aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs183/436653/XA.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs183/436653/XA.java')
-rw-r--r--tests/bugs183/436653/XA.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs183/436653/XA.java b/tests/bugs183/436653/XA.java
new file mode 100644
index 000000000..fc4029829
--- /dev/null
+++ b/tests/bugs183/436653/XA.java
@@ -0,0 +1,7 @@
+import org.aspectj.lang.annotation.*;
+
+aspect XA {
+ @SuppressAjWarnings("adviceDidNotMatch")
+ before(): execution(* A.*(..)) {}
+}
+