aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs163')
-rw-r--r--tests/bugs163/pr249710/Foo.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs163/pr249710/Foo.java b/tests/bugs163/pr249710/Foo.java
new file mode 100644
index 000000000..16d3ddd69
--- /dev/null
+++ b/tests/bugs163/pr249710/Foo.java
@@ -0,0 +1,3 @@
+
+public aspect Foo perthis(execution(* *(..))) {
+} \ No newline at end of file