summaryrefslogtreecommitdiffstats
path: root/tests/bugs/ParserRecoveryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/ParserRecoveryTest.java')
-rw-r--r--tests/bugs/ParserRecoveryTest.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs/ParserRecoveryTest.java b/tests/bugs/ParserRecoveryTest.java
new file mode 100644
index 000000000..0969b3ea1
--- /dev/null
+++ b/tests/bugs/ParserRecoveryTest.java
@@ -0,0 +1,8 @@
+// pr 45663
+aspect ParserRecoveryTest1
+{
+ pointcut s(int x):
+ execution(* fred(x));
+
+ after(int xxx x x x x): this(*) {}
+} \ No newline at end of file