Generate annotations for declarations in psi2ir
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
annotation class TestAnn(val x: String)
|
||||
|
||||
fun testFun(@TestAnn("testFun.x") x: Int) {}
|
||||
|
||||
class TestClassConstructor1(@TestAnn("TestClassConstructor1.x")x: Int) {
|
||||
val xx = x
|
||||
}
|
||||
Reference in New Issue
Block a user