diff options
author | aclement <aclement> | 2008-10-29 19:08:05 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-29 19:08:05 +0000 |
commit | cffe291340c69186f6a5c986adbecf02038ba590 (patch) | |
tree | 3838eca11046196a6d113ff6bfa4cb110058a8ca /tests/bugs163 | |
parent | 671b0bc0b2ceaca8d5382b874fdf470c1dbb76e2 (diff) | |
download | aspectj-cffe291340c69186f6a5c986adbecf02038ba590.tar.gz aspectj-cffe291340c69186f6a5c986adbecf02038ba590.zip |
249710: test
Diffstat (limited to 'tests/bugs163')
-rw-r--r-- | tests/bugs163/pr249710/Foo.java | 3 |
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 |