Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/classfileWithoutConstructors/output.fir.txt
T
2024-02-08 12:59:31 +00:00

5 lines
265 B
Plaintext
Vendored

compiler/testData/compileKotlinAgainstCustomBinaries/classfileWithoutConstructors/shouldNotCompile.kt:6:9: error: resolution to the classifier 'class TopLevelKt : Any' is not appropriate here.
TopLevelKt() // error here
^^^^^^^^^^
COMPILATION_ERROR