Wiki

Changeset 2601

Show
Ignore:
Timestamp:
08/14/11 05:45:03 (9 months ago)
Author:
Charles.Esterbrook
Message:

Fixed: Cannot use vari arguments for methods and indexers of generic types.

Location:
cobra/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Types.cobra

    r2578 r2601  
    17781778    def _bindInt 
    17791779        base._bindInt 
     1780 
     1781    def secondaryConstructedTypeFor(box as Box, gpToType as Dictionary<of GenericParam, IType>) as IType is override 
     1782        at = VariType(_wrappedType.secondaryConstructedTypeFor(box, gpToType)) 
     1783        at.bindInh 
     1784        at.bindInt 
     1785        return at 
    17801786 
    17811787