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

7 lines
79 B
Kotlin
Vendored

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