< prev index next >

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

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8214031 8214114
  * @summary Verify switch expressions embedded in various statements work properly.
- * @compile --enable-preview -source 12 ExpressionSwitchEmbedding.java
+ * @compile --enable-preview -source 13 ExpressionSwitchEmbedding.java
  * @run main/othervm --enable-preview ExpressionSwitchEmbedding
  */
 
 public class ExpressionSwitchEmbedding {
     public static void main(String... args) {
< prev index next >