[FIR] Implement checker for missing dependency supertypes
#KT-60778 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyOfEnclosingClass/source.kt:6:16: error: cannot access 'test.Super' which is a supertype of 'test.SubClass'. Check your module classpath for missing or conflicting dependencies.
|
||||
SubClass().Inner() // Error - dispatch receiver misses supertype
|
||||
^
|
||||
COMPILATION_ERROR
|
||||
Reference in New Issue
Block a user