Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/missingStaticClass/output.fir.txt
T
2023-10-04 21:57:43 +00:00

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