Files
kotlin-fork/compiler/testData/cli/metadata/inheritorOfExpectSealedClass.out
T
2023-09-19 15:46:28 +00:00

5 lines
218 B
Plaintext
Vendored

compiler/testData/cli/metadata/inheritorOfExpectSealedClass/common-2.kt:1:21: error: 'actual class Base : Any' has no corresponding expected declaration
actual sealed class Base
^
COMPILATION_ERROR