Files
kotlin-fork/idea/testData/intentions/convertSealedClassToEnum/withSuperclass.kt
T
2016-10-13 19:00:57 +03:00

7 lines
71 B
Kotlin
Vendored

// IS_APPLICABLE: false
open class C
sealed class <caret>X : C() {
}