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