[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
data enum class First(val x: Int) {
|
||||
A(1),
|
||||
B(2)
|
||||
}
|
||||
|
||||
data object Second
|
||||
|
||||
data interface Third
|
||||
|
||||
data annotation class Fourth(val x: Int)
|
||||
Reference in New Issue
Block a user