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