< prev index next >

test/langtools/tools/javac/lambda/BadSwitchExpressionLambda.java

Print this page

        

@@ -1,10 +1,10 @@
 /*
  * @test /nodynamiccopyright/
  * @bug 8206986
  * @summary Adding switch expressions
- * @compile/fail/ref=BadSwitchExpressionLambda.out -XDrawDiagnostics --enable-preview -source 12 BadSwitchExpressionLambda.java
+ * @compile/fail/ref=BadSwitchExpressionLambda.out -XDrawDiagnostics --enable-preview -source 13 BadSwitchExpressionLambda.java
  */
 
 class BadSwitchExpressionLambda {
 
     interface SAM {
< prev index next >