Files
kotlin-fork/idea/testData/refactoring/safeDelete/deleteProperty/kotlinPropertyWithJava/implement1.kt
T

7 lines
79 B
Kotlin
Vendored

interface A {
val <caret>foo: String
}
interface Z {
val foo: String
}