7 lines
79 B
Kotlin
Vendored
7 lines
79 B
Kotlin
Vendored
interface A {
|
|
val <caret>foo: String
|
|
}
|
|
|
|
interface Z {
|
|
val foo: String
|
|
} |