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