Generate annotations for declarations in psi2ir
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
annotation class TestAnn(val x: Int)
|
||||
|
||||
class TestClass @TestAnn(1) constructor() {
|
||||
@TestAnn(2) constructor(x: Int) : this()
|
||||
}
|
||||
Reference in New Issue
Block a user