< prev index next >

test/langtools/tools/javac/SuperInit/SuperInitGood.java

Print this page
*** 23,10 ***
--- 23,11 ---
  /*
   * @test
   * @bug 8194743
   * @summary Test valid placements of super()/this() in constructors
   * @enablePreview
+  * @ignore fails at execution time because of Optional
   */
  
  import java.util.concurrent.atomic.AtomicReference;
  
  public class SuperInitGood {
< prev index next >