blob: c0be88485299f65c125616f2372d8e0538682cd7 [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 4984157
* @summary java.lang.Throwable inheritance in parameterized type
* @author gafter
*
* @compile/fail/ref=GenericThrowable.out -XDrawDiagnostics GenericThrowable.java
*/
class GenericThrowable<T> extends NullPointerException {
}