< prev index next >

test/langtools/tools/javac/switchexpr/ExpressionSwitchDA.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 Check definite (un)assignment for in switch expressions.
  * @compile --enable-preview -source 12 ExpressionSwitchDA.java
  * @run main/othervm --enable-preview ExpressionSwitchDA
  */
 
 public class ExpressionSwitchDA {
< prev index next >