diff options
Diffstat (limited to 'tests/bugs152/pr142466/case2/AtAspectTestConcreteMethods.java')
-rw-r--r-- | tests/bugs152/pr142466/case2/AtAspectTestConcreteMethods.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs152/pr142466/case2/AtAspectTestConcreteMethods.java b/tests/bugs152/pr142466/case2/AtAspectTestConcreteMethods.java new file mode 100644 index 000000000..90e4cc34e --- /dev/null +++ b/tests/bugs152/pr142466/case2/AtAspectTestConcreteMethods.java @@ -0,0 +1,6 @@ +import org.aspectj.lang.annotation.Aspect; + +@Aspect +public class AtAspectTestConcreteMethods extends ConcreteMethods { + +} |