[FIR] Add POSITIONED_VALUE_ARGUMENT_FOR_JAVA_ANNOTATION
This commit is contained in:
committed by
teamcityserver
parent
dd46c36b24
commit
e97933a9e5
+1
-1
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user