From 5c67166488df998bc208567c2fd27f21b52592c5 Mon Sep 17 00:00:00 2001 From: acolyer Date: Mon, 15 Mar 2004 22:38:03 +0000 Subject: fix for Bugzilla Bug 51322 Introduce Unknown Type to class causes Null pointer exception --- tests/bugs/Pr51322.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/bugs/Pr51322.java (limited to 'tests/bugs') diff --git a/tests/bugs/Pr51322.java b/tests/bugs/Pr51322.java new file mode 100644 index 000000000..9a7268e96 --- /dev/null +++ b/tests/bugs/Pr51322.java @@ -0,0 +1,6 @@ +class A {} +public abstract aspect Pr51322 +{ + public void A.aMethod(Object x) {} + public void A.someMethod(WCharType a) { } +} \ No newline at end of file -- cgit v1.2.3