Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingStaticClass
/
output.txt
blob: 0194603c11f5a637ee9d9b4dea2232c4bfb468a0 [
file
]
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