blob: 78068674adbec27032cf8741a7277107035d5c7b [file] [log] [blame]
package invalid;
public @interface TestAnnotation {
int field= 10;
}