[FIR] Implement checker for missing dependency supertypes
#KT-60778 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
compiler/testData/compileKotlinAgainstCustomBinaries/missingStaticClass/source.kt:4:15: error: cannot access class 'test.C.D'. Check your module classpath for missing or conflicting dependencies.
|
||||
val c = C.makeD()
|
||||
^
|
||||
COMPILATION_ERROR
|
||||
Reference in New Issue
Block a user