test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase2.java

changeset 1445
376d6c1b49e5
parent 1386
bf76f4190ef8
child 1492
df694c775e8a
equal deleted inserted replaced
1444:170e486632d9 1445:376d6c1b49e5
18 Foo other(); // missing default clause and return type is an annotation 18 Foo other(); // missing default clause and return type is an annotation
19 } 19 }
20 20
21 @Foo @Foo 21 @Foo @Foo
22 public class MissingDefaultCase2 {} 22 public class MissingDefaultCase2 {}
23

mercurial