Somewhat improve 'incomplete hierarchy' diagnostic message

This commit is contained in:
Alexander Udalov
2015-08-07 16:21:28 +03:00
parent 9095fa2844
commit df76695e72
2 changed files with 9 additions and 5 deletions
@@ -1,7 +1,7 @@
error: the following classes have incomplete hierarchies:
test.Sub, unresolved: [Super]
error: supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class test.Sub, unresolved supertypes: Super
compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyInJava/source.kt:5:22: error: unresolved reference: foo
fun bar() = SubSub().foo()
^
COMPILATION_ERROR
COMPILATION_ERROR