langtools/test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase2.java
changeset 14804 f93a8d60b9a4
parent 14371 5652321f1ae4
child 15356 cf312dc54c60
equal deleted inserted replaced
14803:88347e495d34 14804:f93a8d60b9a4
    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