aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr88900.aj
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-09-27 15:00:24 +0000
committeracolyer <acolyer>2005-09-27 15:00:24 +0000
commite76b37012601cf67a069b4a78f60f183efad563d (patch)
tree3148225993d764b6389b0d360e618e73ad0e0042 /tests/bugs150/pr88900.aj
parentc6567597adac0d457cdab8df3c24f9044f21e0e8 (diff)
downloadaspectj-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.aj5
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() {}
+
+}