Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
error: -Xadd-modules=ALL-MODULE-PATH can only be used when compiling the unnamed module
|
||||
COMPILATION_ERROR
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class Foo
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module main {
|
||||
exports foo;
|
||||
}
|
||||
Reference in New Issue
Block a user