Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingStaticClass
/
output.fir.txt
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