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