803d47daaa
#KT-45848 Fixed #KT-46031
5 lines
224 B
Plaintext
Vendored
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
|