Additional resolve for annotation on top level classes
This commit is contained in:
@@ -2,6 +2,8 @@ MyAnnotation("f", "s") fun test1() {}
|
||||
|
||||
MyAnnotation("f", "s") class Test1() {}
|
||||
|
||||
MyAnnotation("f", "s") val test3 = 1
|
||||
|
||||
annotation class MyAnnotation(val first: String, val second: String)
|
||||
|
||||
// ANNOTATION: MyAnnotation
|
||||
|
||||
Reference in New Issue
Block a user