Files
kotlin-fork/idea/testData/safeDelete/deleteProperty/kotlinPropertyWithJava/implement1.kt
T
2015-05-13 16:13:13 +02:00

7 lines
79 B
Kotlin
Vendored

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