ea58c858d1
#KT-48217 Fixed
7 lines
119 B
Kotlin
Vendored
7 lines
119 B
Kotlin
Vendored
// !JVM_DEFAULT_MODE: all-compatibility
|
|
@JvmDefaultWithoutCompatibility
|
|
interface A {
|
|
fun f() {}
|
|
}
|
|
|
|
interface B : A |