[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun box() {
|
||||
fun local():Int {
|
||||
}
|
||||
}
|
||||
|
||||
interface X {
|
||||
fun f(): Boolean
|
||||
}
|
||||
|
||||
val m = object : X {
|
||||
override fun f(): Boolean {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user