class C { @interface TestAnnotation { int[] value(); } @TestAnnotation({0, 1,}) void m() { } }