summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
index dd9de9382..32a77320c 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
+++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
@@ -160,6 +160,10 @@ public class GenericsTests extends XMLBasedAjcTestCase {
runTest("itd of static member");
}
+ public void testGenericITDComplex() {
+ runTest("more complex static member itd");
+ }
+
// public void testItdOnGenericType() {
// runTest("ITDs on generic type");
// }