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<*>)
|
||||
|
||||
@property:A(1, Int::class)
|
||||
val f<caret>oo : Int
|
||||
get() = 10
|
||||
Reference in New Issue
Block a user