Browse Source

generics test for ITDFs

tags/V1_5_0RC1
aclement 18 years ago
parent
commit
7251a5b156
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

+ 5
- 0
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml View File

@@ -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">

Loading…
Cancel
Save