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