Generate annotations for declarations in psi2ir
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
annotation class TestAnn(val x: String)
|
||||
|
||||
fun foo() {
|
||||
@TestAnn("foo/testVal")
|
||||
val testVal = "testVal"
|
||||
|
||||
@TestAnn("foo/testVar")
|
||||
var testVar = "testVar"
|
||||
}
|
||||
Reference in New Issue
Block a user