aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-29 19:08:05 +0000
committeraclement <aclement>2008-10-29 19:08:05 +0000
commitcffe291340c69186f6a5c986adbecf02038ba590 (patch)
tree3838eca11046196a6d113ff6bfa4cb110058a8ca /tests/bugs163
parent671b0bc0b2ceaca8d5382b874fdf470c1dbb76e2 (diff)
downloadaspectj-cffe291340c69186f6a5c986adbecf02038ba590.tar.gz
aspectj-cffe291340c69186f6a5c986adbecf02038ba590.zip
249710: test
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