test/tools/javac/annotations/typeAnnotations/classfile/DeadCode.java

changeset 1755
ddb4a2bfcd82
parent 1521
71f35e4b93a5
child 2525
2eb010b6cb22
equal deleted inserted replaced
1754:0384683c64be 1755:ddb4a2bfcd82
47 test(cf); 47 test(cf);
48 for (Field f : cf.fields) { 48 for (Field f : cf.fields) {
49 test(cf, f); 49 test(cf, f);
50 } 50 }
51 for (Method m: cf.methods) { 51 for (Method m: cf.methods) {
52 test(cf, m); 52 test(cf, m, true);
53 } 53 }
54 54
55 countAnnotations(); 55 countAnnotations();
56 56
57 if (errors > 0) 57 if (errors > 0)

mercurial