< prev index next >

test/langtools/tools/javac/DefiniteAssignment/DA_DUConstructors.java

Print this page
*** 1,11 ***
  /*
   * @test /nodynamiccopyright/
!  * @bug 8325805
   * @summary Permit non-superclass instance field assignments before this/super in constructors
-  * @compile/fail/ref=DA_DUConstructors.out -XDrawDiagnostics DA_DUConstructors.java
   * @enablePreview
   */
  
  public class DA_DUConstructors {
      // identity
      class C1 {
--- 1,11 ---
  /*
   * @test /nodynamiccopyright/
!  * @bug 8324873 8325805
   * @summary Permit non-superclass instance field assignments before this/super in constructors
   * @enablePreview
+  * @compile/fail/ref=DA_DUConstructors.out -XDrawDiagnostics DA_DUConstructors.java
   */
  
  public class DA_DUConstructors {
      // identity
      class C1 {
< prev index next >