blob: acd88f71cf2c88e577bd7f2de28d5d822aab9d6f [file] [log] [blame]
/**
* @test /nodynamiccopyright/
* @bug 5012028 6384539 8074364
* @summary javac crash when declare an annotation type illegally
*
* @compile/fail/ref=IllegalAnnotation.out -XDrawDiagnostics IllegalAnnotation.java
*/
class IllegalAnnotation {
{
@interface SomeAnnotation { }
}
}