Files
kotlin-fork/idea/testData/intentions/addMissingClassKeyword/sealed.kt.after
T
Toshiaki Kameyama b4c62cdb52 Introduce "Add missing 'class' keyword" intention
#KT-14884 Fixed
2020-04-15 14:53:52 +02:00

4 lines
61 B
Plaintext
Vendored

// DISABLE-ERRORS
sealed class Foo {
abstract fun foo()
}