T6864382.java revision 383
342N/A/**
383N/A * @test /nodynamiccopyright/
342N/A * @bug 6864382
342N/A * @summary NullPointerException when compiling a negative java source
342N/A * @author mcimadamore
342N/A * @compile/fail/ref=T6864382.out -XDrawDiagnostics T6864382.java
342N/A */
342N/A
342N/Aclass T6864382<T> extends T {}