8 lines
71 B
Kotlin
Vendored
8 lines
71 B
Kotlin
Vendored
interface A {
|
|
fun a() {}
|
|
fun b()
|
|
}
|
|
|
|
interface B {
|
|
fun b()
|
|
} |