< prev index next >

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

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8206986
  * @summary Check fall through in switch expressions.
- * @compile --enable-preview -source 12 ExpressionSwitchFallThrough1.java
+ * @compile --enable-preview -source 13 ExpressionSwitchFallThrough1.java
  * @run main/othervm --enable-preview ExpressionSwitchFallThrough1
  */
 
 import java.util.Objects;
 
< prev index next >