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