mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
5 lines
202 B
Plaintext
Vendored
5 lines
202 B
Plaintext
Vendored
compiler/testData/cli/js/languageVersion.kt:5:17: error: this type is sealed, so it can be inherited by only its own nested classes or objects
|
|
class Derived : Base()
|
|
^
|
|
COMPILATION_ERROR
|