Files
kotlin-fork/idea/testData/intentions/implementAbstractMember/function/notAbstractInInterface.kt
T
2015-12-25 18:50:37 +03:00

4 lines
64 B
Kotlin
Vendored

// IS_APPLICABLE: false
interface A {
fun <caret>foo() = 1
}