public void testDecFieldProblem_pr218167() { runTest("dec field problem");}
public void testGenericsSuperITD_pr206911() { runTest("generics super itd"); }
public void testGenericsSuperITD_pr206911_2() { runTest("generics super itd - 2"); }
+ public void testSerializationAnnotationStyle_pr216311() { runTest("serialization and annotation style");}
/////////////////////////////////////////
public static Test suite() {
<run class="bugs.VerifyError2"/>
</ajc-test>
+ <ajc-test dir="bugs160/pr216311" title="serialization and annotation style">
+ <compile options="-1.5" files="PersistabilityTest.java,IPersistable.java,Persistability.java"/>
+ <run class="PersistabilityTest"/>
+ </ajc-test>
+
</suite>
\ No newline at end of file