public class Ajc165Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ public void testDecAnnoMethod_pr275625() {
+ runTest("dec anno method");
+ }
+
+ public void testDecAnnoField_pr275625() {
+ runTest("dec anno field");
+ }
+
// check ITD can replace a generated default constructor
public void testItdDefaultCtor_pr275032() {
runTest("itd default ctor");
<suite>
+ <ajc-test dir="bugs165/pr275625" title="dec anno method">
+ <compile files="A.java" options="-1.5"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs165/pr275625" title="dec anno field">
+ <compile files="F.java" options="-1.5"/>
+ </ajc-test>
+
<ajc-test dir="bugs165/pr275032" title="itd default ctor">
<compile files="A.java X.java" options="-1.5 -Xlint:ignore"/>
<run class="A">