< prev index next >

test/langtools/tools/javac/diags/examples/BreakExprNotImmediate.java

Print this page

        

@@ -31,11 +31,11 @@
 // key: compiler.err.error
 // key: compiler.misc.count.error.plural
 // key: compiler.note.preview.filename
 // key: compiler.note.preview.recompile
 // key: compiler.note.note
-// options: --enable-preview -source 12
+// options: --enable-preview -source 13
 // run: backdoor
 
 class BreakExprNotImmediate {
     int t(int i) {
         return switch (i) {
< prev index next >