From be37b087453960e7173422b312b706ab337a97ed Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 23 Apr 2004 13:17:43 +0000 Subject: [PATCH] Test for Bugzilla Bug 59440 NPE when binary weaving a ctor ITD. --- tests/ajcTests.xml | 8 ++++++++ tests/bugs/CtorITD.aj | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 tests/bugs/CtorITD.aj diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index edeec03ab..8588b59f3 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7657,5 +7657,13 @@ + + + + + + diff --git a/tests/bugs/CtorITD.aj b/tests/bugs/CtorITD.aj new file mode 100644 index 000000000..fecd98980 --- /dev/null +++ b/tests/bugs/CtorITD.aj @@ -0,0 +1,3 @@ +aspect CtorITD { + private A.new(B b) {} +} -- 2.39.5