summaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr125480/case2/ConcreteMethods.aj
diff options
context:
space:
mode:
authoraclement <aclement>2006-05-18 11:45:43 +0000
committeraclement <aclement>2006-05-18 11:45:43 +0000
commit1ae7c9a3e2d715318f7f6f34286b3cb3c75d32cf (patch)
treea41ceda6a3eae526e5c87ac04347905b44c401e9 /tests/bugs152/pr125480/case2/ConcreteMethods.aj
parent13035136f74ea376942070bf2b9fb9fa6d710cbe (diff)
downloadaspectj-1ae7c9a3e2d715318f7f6f34286b3cb3c75d32cf.tar.gz
aspectj-1ae7c9a3e2d715318f7f6f34286b3cb3c75d32cf.zip
proper testcode for 125480
Diffstat (limited to 'tests/bugs152/pr125480/case2/ConcreteMethods.aj')
-rw-r--r--tests/bugs152/pr125480/case2/ConcreteMethods.aj7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs152/pr125480/case2/ConcreteMethods.aj b/tests/bugs152/pr125480/case2/ConcreteMethods.aj
new file mode 100644
index 000000000..efc23b5d2
--- /dev/null
+++ b/tests/bugs152/pr125480/case2/ConcreteMethods.aj
@@ -0,0 +1,7 @@
+
+
+public abstract aspect ConcreteMethods extends AbstractMethods {
+
+ protected void test () {}
+
+}