blob: f7274b3e77773803f371ca17e10f95d99adbf715 [file] [log] [blame]
@interface Annotation {
Class foo () default String.class;
int field;
void m() {}
class C {}
interface I {}
}