bb4bb58453
This flag is going to be removed because old backend is not supported anymore, therefore there's no need to test it.
8 lines
65 B
Kotlin
Vendored
8 lines
65 B
Kotlin
Vendored
package c
|
|
|
|
import b.B
|
|
|
|
class C : B() {
|
|
fun bar() = foo("")
|
|
}
|