Analysis API: add tests to check annotations on declarations
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
annotation class A(val a: Int, val c: KClass<*>)
|
||||
|
||||
@get:A(1, Int::class)
|
||||
val foo : Int
|
||||
ge<caret>t() = 10
|
||||
Reference in New Issue
Block a user