author | trims |
Fri, 02 Jul 2010 01:37:36 -0700 | |
changeset 5910 | ca3d85421cbb |
parent 10 | 06bc494ca11e |
child 6150 | d055fa8ced62 |
permissions | -rw-r--r-- |
10 | 1 |
/** |
2 |
* @test /nodynamiccopyright/ |
|
3 |
* @bug 5012028 6384539 |
|
4 |
* @summary javac crash when declare an annotation type illegally |
|
5 |
* |
|
6 |
* @compile/fail IllegalAnnotation.java |
|
7 |
* @compile/fail/ref=IllegalAnnotation.out -XDdev -XDrawDiagnostics -XDstdout IllegalAnnotation.java |
|
8 |
*/ |
|
9 |
class IllegalAnnotation { |
|
10 |
{ |
|
11 |
@interface SomeAnnotation { } |
|
12 |
} |
|
13 |
} |