Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/missingStaticClass/output.txt
T
2024-02-08 12:59:31 +00:00

5 lines
255 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