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