]> source.dussan.org Git - aspectj.git/commitdiff
generics test for ITDFs
authoraclement <aclement>
Wed, 26 Oct 2005 16:37:44 +0000 (16:37 +0000)
committeraclement <aclement>
Wed, 26 Oct 2005 16:37:44 +0000 (16:37 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index 0f21de2a4b76c96a2c519c89ce833209073e918e..61d22533c8d0de34a75e74fc5bfe2d95b005f70c 100644 (file)
      </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">