test/tools/javac/generics/GenLit1.java

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
25 * @test 25 * @test
26 * @bug 4987844 26 * @bug 4987844
27 * @summary compiler crash with ill-formed annotation 27 * @summary compiler crash with ill-formed annotation
28 * @author gafter 28 * @author gafter
29 * 29 *
30 * @compile/fail -source 1.5 GenLit1.java 30 * @compile/fail GenLit1.java
31 */ 31 */
32 32
33 package genLit1; 33 package genLit1;
34 34
35 @interface X { 35 @interface X {

mercurial