blob: 0167b0892cff8167d29523e0b0eb2354ff6200d5 [file] [log] [blame]
@interface Anno {
String value();
}
@Anno(FB<caret>)
public class FooBar {
public static final String FEE_BAR;
String FooBarrrrrr() {}
public static String FooBarrrr() {}
}