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

4 lines
47 B
Kotlin
Vendored

open class Foo {
fun<caret> bar() {
}
}