From c9a60e519d73bb7aa4d8cf4615445089202bd3ad Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 27 Mar 2006 13:42:23 +0000 Subject: test and fix for 133307 - funky type variable bounds. --- tests/bugs151/pr133307/Broken.aj | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/bugs151/pr133307/Broken.aj (limited to 'tests/bugs151') diff --git a/tests/bugs151/pr133307/Broken.aj b/tests/bugs151/pr133307/Broken.aj new file mode 100644 index 000000000..30f2ef2ba --- /dev/null +++ b/tests/bugs151/pr133307/Broken.aj @@ -0,0 +1,7 @@ +interface TestIF {} + +class TestClass {} + +aspect TestAspect { + declare parents: TestClass implements TestIF; +} \ No newline at end of file -- cgit v1.2.3