[FIR] Add POSITIONED_VALUE_ARGUMENT_FOR_JAVA_ANNOTATION

This commit is contained in:
Ivan Kochurkin
2021-09-06 23:26:14 +03:00
committed by teamcityserver
parent dd46c36b24
commit e97933a9e5
17 changed files with 56 additions and 47 deletions
@@ -25,5 +25,5 @@ public @interface A {
@A fun test8() {}
@<!INAPPLICABLE_CANDIDATE!>A<!>(x = Any::class, *arrayOf("5", "6"), "7", y = 3) fun test9() {}
@<!INAPPLICABLE_CANDIDATE!>A<!>(x = Any::class, value = ["5", "6"], "7", y = 3) fun test10() {}
@<!INAPPLICABLE_CANDIDATE!>A<!>(x = Any::class, value = ["5", "6"], <!POSITIONED_VALUE_ARGUMENT_FOR_JAVA_ANNOTATION!>"7"<!>, y = 3) fun test10() {}
@A(x = Any::class, value = ["5", "6", "7"], y = 3) fun test11() {}