Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyInJava/output.txt
T
Dmitry Jemerov e852b2d748 fix tests, sorry
2015-06-17 18:18:24 +02:00

7 lines
288 B
Plaintext
Vendored

error: the following classes have incomplete hierarchies:
test.Sub, unresolved: [Super]
compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyInJava/source.kt:5:22: error: unresolved reference: foo
fun bar() = SubSub().foo()
^
COMPILATION_ERROR