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