Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package a;
|
||||
|
||||
import a.impl.AImpl;
|
||||
|
||||
public class A {
|
||||
public static AImpl getInstance() {
|
||||
return new AImpl();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user