4128655893
This is the case when you reference a Java class in Kotlin whose superclass is not resolved. Previously this fact was swallowed by LazyJavaClassDescriptor leading to mysterious compilation errors #KT-5129 Fixed
4 lines
223 B
Plaintext
4 lines
223 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]
|