aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs151')
-rw-r--r--tests/bugs151/pr133307/Broken.aj7
1 files changed, 7 insertions, 0 deletions
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<T extends TestIF> {}
+
+class TestClass {}
+
+aspect TestAspect {
+ declare parents: TestClass implements TestIF<TestClass>;
+} \ No newline at end of file