Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
cli
/
metadata
/
inheritorOfExpectSealedClass.out
blob: 763241b6eb52116547274b02e9b9cad3baba6955 [
file
] [
log
] [
blame
]
compiler
/
testData
/
cli
/
metadata
/
inheritorOfExpectSealedClass
/
common
-
3.kt
:
1
:
17
:
error
:
inheritance of
sealed
classes
or
interfaces
from
different
module
is
prohibited
class
Derived
:
Base
()
^
COMPILATION_ERROR