Files
kotlin-fork/idea/testData/quickfix/implement/sealedEmpty.kt.after
T

6 lines
123 B
Plaintext
Vendored

// "Implement sealed class" "true"
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
sealed class Sealed
class SealedImpl : Sealed()