Files
kotlin-fork/idea/testData/safeDelete/deleteFunction/kotlinFunctionWithJava/overrideAndImplement2.kt
T
2015-05-13 16:13:13 +02:00

9 lines
79 B
Kotlin

class A {
public fun <caret>foo() {
}
}
interface Z {
fun foo()
}