diff options
author | aclement <aclement> | 2005-10-26 16:37:44 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-26 16:37:44 +0000 |
commit | 7251a5b15686b2f6002a154a722ba2ecfe91857e (patch) | |
tree | a0dbcbdabad37c4b2e3dc7c97730759c0c13f05a | |
parent | 951a2e68c3fd3aed4cac2e0f42a01ba8d6ff1abd (diff) | |
download | aspectj-7251a5b15686b2f6002a154a722ba2ecfe91857e.tar.gz aspectj-7251a5b15686b2f6002a154a722ba2ecfe91857e.zip |
generics test for ITDFs
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 0f21de2a4..61d22533c 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -3424,6 +3424,11 @@ </compile> </ajc-test> + <ajc-test dir="java5/generics/itds/sharing" title="field itd using type variable from target type -17"> + <compile files="FieldQ.aj" options="-1.5"/> + <run class="FieldQ"/> + </ajc-test> + <!-- Now intertype declared methods on generic types that use the target types type vars --> <ajc-test dir="java5/generics/itds/sharing" title="method itd using type variable from target type - A1"> |