< prev index next >

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

Print this page
rev 51258 : imported patch switch
rev 51259 : imported patch switch.01

@@ -19,13 +19,14 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-/**
+/*
  * @test
  * @bug 8206986
+ * @summary Verify behavior of various kinds of breaks.
  * @compile --enable-preview -source 12 ExpressionSwitchBreaks1.java
  * @run main/othervm --enable-preview ExpressionSwitchBreaks1
  */
 
 import java.util.Objects;
< prev index next >