Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Usage {
|
||||
public static void main(String[] args) {
|
||||
new foo.Foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user