From 573741c8081c6b6b45921cafaae39f37eede2302 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 28 Jul 2004 14:43:40 +0000 Subject: Fix for 64331 java.lang.NullPointerException in WeaverMessageHandler class --- tests/bugs/abstractITDs/B.aj | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/bugs/abstractITDs/B.aj (limited to 'tests/bugs/abstractITDs/B.aj') 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 -- cgit v1.2.3