[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
object Obj {
|
||||
fun foo() {}
|
||||
|
||||
open fun bar() {}
|
||||
|
||||
var x: Int = 0
|
||||
|
||||
open var y: Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user