< prev index next >

test/langtools/tools/javac/switchexpr/ExpressionSwitchBugsInGen.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8214031
  * @summary Verify various corner cases with nested switch expressions.
- * @compile --enable-preview -source 12 ExpressionSwitchBugsInGen.java
+ * @compile --enable-preview -source 13 ExpressionSwitchBugsInGen.java
  * @run main/othervm --enable-preview ExpressionSwitchBugsInGen
  */
 
 public class ExpressionSwitchBugsInGen {
     public static void main(String... args) {
< prev index next >