diff options
author | aclement <aclement> | 2004-07-28 14:43:40 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-07-28 14:43:40 +0000 |
commit | 573741c8081c6b6b45921cafaae39f37eede2302 (patch) | |
tree | fae17176ce374ed0881cb10a8a161e39b3e18fbb /tests/bugs/abstractITDs/B.aj | |
parent | c143eb5ec12a8ee9cf480e8bf4a4e12acef38d40 (diff) | |
download | aspectj-573741c8081c6b6b45921cafaae39f37eede2302.tar.gz aspectj-573741c8081c6b6b45921cafaae39f37eede2302.zip |
Fix for 64331
java.lang.NullPointerException in WeaverMessageHandler class
Diffstat (limited to 'tests/bugs/abstractITDs/B.aj')
-rw-r--r-- | tests/bugs/abstractITDs/B.aj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs/abstractITDs/B.aj b/tests/bugs/abstractITDs/B.aj new file mode 100644 index 000000000..54af3233e --- /dev/null +++ b/tests/bugs/abstractITDs/B.aj @@ -0,0 +1,3 @@ +public aspect B {
+ abstract public void A.foo();
+}
\ No newline at end of file |