diff options
Diffstat (limited to 'tests/bugs152/pr125480/ConcreteMethods.aj')
-rw-r--r-- | tests/bugs152/pr125480/ConcreteMethods.aj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs152/pr125480/ConcreteMethods.aj b/tests/bugs152/pr125480/ConcreteMethods.aj new file mode 100644 index 000000000..efc23b5d2 --- /dev/null +++ b/tests/bugs152/pr125480/ConcreteMethods.aj @@ -0,0 +1,7 @@ + + +public abstract aspect ConcreteMethods extends AbstractMethods { + + protected void test () {} + +} |