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

4 lines
49 B
Kotlin
Vendored

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