Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e5523c196e17d8fdbb5635aa785d6c182ed3f821
/
.
/
compiler
/
testData
/
javaModules
/
simpleUseNonExportedPackage
/
moduleB.txt
blob: a5c1fd427982148e2e85fd7ff55fc109aad064fc [
file
] [
log
] [
blame
]
compiler/testData/javaModules/simpleUseNonExportedPackage/moduleB/usage.kt:8:9: error: symbol is declared in module 'moduleA' which does not export package 'a.impl'
val a3: AImpl = A.getInstance()
^
COMPILATION_ERROR