Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user