Files
kotlin-fork/idea/testData/inspectionsLocal/convertSealedSubClassToObject/convertSubClassWithModifiers.kt
T

3 lines
62 B
Kotlin
Vendored

sealed class Sealed
private <caret>class SubSealed : Sealed()