From df46c6f728502a74b2d042a0a955eab1326ba76a Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 2 Sep 2005 17:12:43 +0000 Subject: tests and fix for pr99125 - duplicate members in interfaces after binary weaving --- tests/bugs150/pr99125/p2/pr99125.aj | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/bugs150/pr99125/p2/pr99125.aj (limited to 'tests/bugs150/pr99125/p2/pr99125.aj') diff --git a/tests/bugs150/pr99125/p2/pr99125.aj b/tests/bugs150/pr99125/p2/pr99125.aj new file mode 100644 index 000000000..4f860c301 --- /dev/null +++ b/tests/bugs150/pr99125/p2/pr99125.aj @@ -0,0 +1,11 @@ +package p; +public class pr99125 implements J { + + public static void main(String[] args) { + new pr99125().foo(); + } + + public void foo() {} + + public void aMethod() {} +} -- cgit v1.2.3