blob: b1f9eb2d81b39807a99385c73df97450817cee4b [file] [log] [blame]
@interface SomeAnnotation {
String value();
}
@SomeAnnotation (A.CONST)
interface A {
String CONST = "42"
}
interface B {
}