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