Files
kotlin-fork/compiler/testData/cli/metadata/inheritorOfExpectSealedClass.out
T
2021-04-13 11:21:58 +03:00

5 lines
224 B
Plaintext
Vendored

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