<div dir="ltr"><div class="gmail_default" style="font-family:monospace">I just tested this locally, and this works on the latest version of Java 19. Compiles successfully. Can you confirm that that is the version that you are using?</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">Running the following command should print the following output (or something similar).</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">$ java --version<br>openjdk 19 2022-09-20<br>OpenJDK Runtime Environment (build 19+36-2238)<br>OpenJDK 64-Bit Server VM (build 19+36-2238, mixed mode, sharing)</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">$ javac Main.java --enable-preview --release 19<br>Note: Main.java uses preview features of Java SE 19.<br>Note: Recompile with -Xlint:preview for details.<br></div></div>