< prev index next > test/langtools/tools/javac/DefiniteAssignment/DA_DUConstructors.java
Print this page
/*
* @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
* @enablePreview
+ * @compile/fail/ref=DA_DUConstructors.out -XDrawDiagnostics DA_DUConstructors.java
*/
public class DA_DUConstructors {
// identity
class C1 {
< prev index next >