On Wed, 26 Feb 2025 13:50:52 GMT, Jan Lahoda <jlah...@openjdk.org> wrote:
> This is a patch to finalize the module imports feature. Please see: > https://bugs.openjdk.org/browse/JDK-8344700 looks sensible test/langtools/tools/javac/modules/EdgeCases.java line 1190: > 1188: > 1189: List<String> expected = List.of( > 1190: "Test.java:2:8: > compiler.err.feature.not.supported.in.source.plural: > (compiler.misc.feature.module.imports), 24, 25", isn't there a similar test above? ------------- Marked as reviewed by vromero (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/23801#pullrequestreview-2658747032 PR Review Comment: https://git.openjdk.org/jdk/pull/23801#discussion_r1980096065