[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
interface Base {
|
||||
fun foo()
|
||||
}
|
||||
val String.test: Base = object: Base {
|
||||
override fun foo() {
|
||||
this@test
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user