[FIR] Resolve annotations as calls
This commit is contained in:
committed by
Mikhail Glukhikh
parent
bc1fa8ed7f
commit
721b9b4d8c
+1
-1
@@ -6,6 +6,6 @@ public @interface A {
|
||||
}
|
||||
|
||||
// FILE: b.kt
|
||||
@A(*arrayOf(1, "b"))
|
||||
<!INAPPLICABLE_CANDIDATE!>@A(*arrayOf(1, "b"))<!>
|
||||
fun test() {
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
annotation class B(vararg val args: String)
|
||||
|
||||
@B(*arrayOf(1, "b"))
|
||||
<!INAPPLICABLE_CANDIDATE!>@B(*arrayOf(1, "b"))<!>
|
||||
fun test() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user