< prev index next >

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

Print this page

        

@@ -22,11 +22,11 @@
  */
 
 // key: compiler.err.break.ambiguous.target
 // key: compiler.note.preview.filename
 // key: compiler.note.preview.recompile
-// options: --enable-preview -source 12
+// options: --enable-preview -source 13
 
 class BreakAmbiguousTarget {
     void m(int i, int j) {
         j: print(switch (i) {
             default: break j;
< prev index next >