diff options
author | acolyer <acolyer> | 2005-09-27 15:00:24 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-09-27 15:00:24 +0000 |
commit | e76b37012601cf67a069b4a78f60f183efad563d (patch) | |
tree | 3148225993d764b6389b0d360e618e73ad0e0042 /tests/bugs150/pr88900.aj | |
parent | c6567597adac0d457cdab8df3c24f9044f21e0e8 (diff) | |
download | aspectj-e76b37012601cf67a069b4a78f60f183efad563d.tar.gz aspectj-e76b37012601cf67a069b4a78f60f183efad563d.zip |
tests and fix for pr88900, unneccessary warning
Diffstat (limited to 'tests/bugs150/pr88900.aj')
-rw-r--r-- | tests/bugs150/pr88900.aj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs150/pr88900.aj b/tests/bugs150/pr88900.aj new file mode 100644 index 000000000..4f3e65bc8 --- /dev/null +++ b/tests/bugs150/pr88900.aj @@ -0,0 +1,5 @@ +aspect RunnableDefaultImpl { + + public void Runnable.run() {} + +} |