[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// Properties can be recursively annotated
|
||||
annotation class ann(val x: Int)
|
||||
class My {
|
||||
@ann(x) val x: Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user