// FILE: A.java public @interface A { String[] value(); } // FILE: b.kt @A(*; IGNORE)!>arrayOf(1, "b")) fun test() { }