blob: 6c811763dfd0ca18c0adf10a700c57a24d8c1661 [file] [log] [blame]
@interface ff{
String f() default "";
}
class d implements ff {
<caret>
public Class<? extends Annotation> annotationType() {
return null;
}
}