Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyInJava/output.txt
T
Alexander Udalov cd6d04b3ba Fix incompleteHierarchyInJava test on Windows
Normalize path delimiters to '/' via CliBaseTest
2015-02-10 16:31:58 +03:00

5 lines
241 B
Plaintext

ERROR: compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyInJava/source.kt: (5, 22) Unresolved reference: foo
ERROR: The following classes have incomplete hierarchies:
test.Sub, unresolved: [Super]
COMPILATION_ERROR