blob: e9406bdc9f1bc9a8efcf196f656badc296cd1769 [file] [log] [blame]
/**
* @test /nodynamiccopyright/
* @bug 6864382
* @summary NullPointerException when compiling a negative java source
* @author mcimadamore
* @compile/fail/ref=T6864382.out -XDrawDiagnostics T6864382.java
*/
class T6864382<T> extends T {}