Files
kotlin-fork/idea/testData/intentions/addOpenModifier/interface.kt
T

5 lines
63 B
Kotlin
Vendored

// IS_APPLICABLE: false
interface Foo {
fun<caret> bar()
}