2009-07-30 10:30:24 +01:00
|
|
|
/**
|
2009-08-27 11:08:27 -07:00
|
|
|
* @test /nodynamiccopyright/
|
2009-07-30 10:30:24 +01:00
|
|
|
* @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 {}
|