Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
cli
/
js
/
languageVersion.out
blob: d0066724501f3393eb7c3dffbe818510a8052633 [
file
] [
log
] [
blame
]
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