blob: 435810d00b4484cfda5224744eea429374bdd799 [file] [log] [blame]
@FooAnnotation(<error descr="'Foo.BAR' has private access in 'Foo'">Foo.BAR</error>)
class Foo {
private static final String BAR = "bar";
}
@interface FooAnnotation {
String value();
}