5 lines
59 B
Kotlin
Vendored
5 lines
59 B
Kotlin
Vendored
interface First
|
|
|
|
interface Second : First {
|
|
fun foo()
|
|
} |