[FIR] Resolve annotations as calls
This commit is contained in:
committed by
Mikhail Glukhikh
parent
bc1fa8ed7f
commit
721b9b4d8c
+2
-2
@@ -1,8 +1,8 @@
|
||||
package test
|
||||
|
||||
@BadAnnotation(1)
|
||||
<!INAPPLICABLE_CANDIDATE!>@BadAnnotation(1)<!>
|
||||
object SomeObject
|
||||
|
||||
val some = SomeObject
|
||||
|
||||
annotation class BadAnnotation(val s: String)
|
||||
annotation class BadAnnotation(val s: String)
|
||||
|
||||
Reference in New Issue
Block a user