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