mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +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)
3 lines
42 B
Java
Vendored
3 lines
42 B
Java
Vendored
module namedWithoutExplicitDependency {
|
|
}
|