[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
annotation class B
|
||||
|
||||
class A {
|
||||
annotation companion object {}
|
||||
}
|
||||
|
||||
annotation object O {}
|
||||
|
||||
annotation interface T {}
|
||||
|
||||
annotation fun f() = 0
|
||||
|
||||
annotation val x = 0
|
||||
|
||||
annotation var y = 0
|
||||
Reference in New Issue
Block a user