< prev index next >

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

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