Files
kotlin-fork/compiler/testData/javaModules/simpleUseNonExportedPackage/moduleB.txt
T
2024-02-08 12:59:31 +00:00

5 lines
229 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