blob: c8e2f903a37bfb38323916cb9e9950e26a5426bc [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 8171322
* @summary AssertionError in TypeSymbol.getAnnotationTypeMetadata
* @compile SimpleProcessor.java
* @compile/fail/ref=TypeVariableAsAnnotationTest.out -processor SimpleProcessor -XDrawDiagnostics TypeVariableAsAnnotationTest.java
*/
class TypeVariableAsAnnotationTest<Override> {
TypeVariableAsAnnotationTest(@Override String foo, @XXX String goo) {}
}