< prev index next >

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

Print this page

        

@@ -22,11 +22,11 @@
  */
 
 // key: compiler.err.switch.expression.empty
 // key: compiler.note.preview.filename
 // key: compiler.note.preview.recompile
-// options: --enable-preview -source 12
+// options: --enable-preview -source 13
 
 class BreakOutsideSwitchExpression {
     String t(E e) {
         return switch (e) {
         };
< prev index next >