mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
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)
4 lines
67 B
Java
Vendored
4 lines
67 B
Java
Vendored
module namedWithExplicitDependency {
|
|
requires kotlin.stdlib;
|
|
}
|