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

6 lines
67 B
Kotlin
Vendored

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