< prev index next >

test/langtools/tools/javac/patterns/T8314226.java

Print this page
*** 25,10 ***
--- 25,11 ---
   * @bug 8314226
   * @summary Series of colon-style fallthrough switch cases with guards compiled incorrectly
   * @enablePreview
   * @compile T8314226.java
   * @run main T8314226
+  * @ignore Verifier error
   */
  
  public class T8314226 {
      int multipleGuardedCases(Object obj) {
          switch (obj) {
< prev index next >