Ticket #378: StreamType-construction.patch
File StreamType-construction.patch, 501 bytes (added by thriwkin, 10 years ago) |
---|
-
Types.cobra
1586 1586 _box.bindInh 1587 1587 _superType = _box 1588 1588 1589 def secondaryConstructedTypeFor(box as Box, gpToType as Dictionary<of GenericParam, IType>) as IType is override 1590 t = StreamType(_wrappedType.secondaryConstructedTypeFor(box, gpToType)) 1591 t.bindInh 1592 t.bindInt 1593 return t 1589 1594 1595 1590 1596 class VoidType 1591 1597 is partial 1592 1598 inherits CobraType