365ce2a6a5
#KT-60778 Fixed
5 lines
252 B
Plaintext
Vendored
5 lines
252 B
Plaintext
Vendored
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
|