Somewhat improve 'incomplete hierarchy' diagnostic message
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user