> This is the proposed patch for Enhanced Local Variable Declarations (Preview). > > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Aggelos Biboudis has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 37 commits: - Add missing annotation for the JShell subkind - Update release numbers - Fix tests after merge - Fix ELVD parser disambiguation for generic array arguments - Update Feature flag - Merge branch 'master' into JDK-8372170 # Conflicts: # src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java # src/jdk.compiler/share/classes/com/sun/tools/javac/code/Preview.java # src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java # src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ExhaustivenessComputer.java # src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java # src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java # test/langtools/tools/javac/patterns/GenericRecordDeconstructionPattern.java - Merge branch 'master' into JDK-8372170 - Fix isSafeNarrowing in the case of non-abstract sealed class - Merge branch 'master' into JDK-8372170 # Conflicts: # src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ExhaustivenessComputer.java # src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java - Fix test - ... and 27 more: https://git.openjdk.org/jdk/compare/1cd075ca...c6e6ea8a ------------- Changes: https://git.openjdk.org/jdk/pull/30556/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30556&range=12 Stats: 3541 lines in 78 files changed: 3384 ins; 15 del; 142 mod Patch: https://git.openjdk.org/jdk/pull/30556.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30556/head:pull/30556 PR: https://git.openjdk.org/jdk/pull/30556
