[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
annotation class Base(val x: Int)
|
||||
|
||||
annotation class UseBase(val b: Base = Base(0))
|
||||
|
||||
@UseBase class My
|
||||
Reference in New Issue
Block a user