mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
4 lines
224 B
Plaintext
Vendored
4 lines
224 B
Plaintext
Vendored
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 |