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