blob: 1e8371ad1a8c323060e14f86a80caa69eb853ab2 [file]
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