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