/** * @test /nodynamiccopyright/ * @bug 6384542 * @summary crash: test/tools/javac/versions/check.sh * @author Peter von der Ah\u00e9 * @compile/fail T6384542a.java * @compile/fail/ref=T6384542a_5.out -Xlint:-options -XDrawDiagnostics T6384542a.java */ public class T6384542a { T6384542a enum = null; }