Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
import a.*
|
||||
import a.impl.*
|
||||
|
||||
val a1: A = A()
|
||||
val a2: A = A.getInstance()
|
||||
val a3: AImpl = A.getInstance()
|
||||
Reference in New Issue
Block a user