Files
kotlin/compiler/testData/javaModules/dependencyOnStdlib/namedWithoutExplicitDependency/module-info.java
Alexander Udalov 03a6488464 Use module path instead of class path for stdlib on Java 9
Also report the "named does not read unnamed" error, which was not
possible previously because we wouldn't be able to read anything from
kotlin-stdlib (because it was added to the unnamed module by default)
2017-07-10 12:48:21 +03:00

3 lines
42 B
Java
Vendored

module namedWithoutExplicitDependency {
}