[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
val a = object: T {}
|
||||
open class C
|
||||
interface T
|
||||
|
||||
annotation class Ann: C()
|
||||
annotation class Ann2: T
|
||||
annotation class Ann3: T by a
|
||||
annotation class Ann4: C(), T
|
||||
Reference in New Issue
Block a user