949144e0c0
#KT-5129 Fixed Delete a JPS test that was specifically testing that we would not fail in this situation; now there's a compilation error
6 lines
66 B
Kotlin
Vendored
6 lines
66 B
Kotlin
Vendored
import test.Sub
|
|
|
|
class SubSub : Sub()
|
|
|
|
fun bar() = SubSub().foo()
|