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