mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
5
compiler/testData/javaModules/simpleUseNonExportedPackage/moduleA/a/impl/AImpl.java
vendored
Normal file
5
compiler/testData/javaModules/simpleUseNonExportedPackage/moduleA/a/impl/AImpl.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package a.impl;
|
||||
|
||||
import a.A;
|
||||
|
||||
public class AImpl extends A {}
|
||||
Reference in New Issue
Block a user