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