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

3 lines
56 B
Kotlin
Vendored

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