blob: 519af901d005483bfe070e854064b0c3edc96233 [file]
compiler/testData/compileKotlinAgainstCustomBinaries/missingStaticClass/source.kt:4:15: error: cannot access class 'D'. Check your module classpath for missing or conflicting dependencies.
val c = C.makeD()
^^^^^
COMPILATION_ERROR