7 lines
67 B
Kotlin
7 lines
67 B
Kotlin
interface A {
|
|
fun <caret>foo()
|
|
}
|
|
|
|
interface Z {
|
|
fun foo()
|
|
} |