Changeset 1781 for cobra/trunk/Source/Boxes.cobra
- Timestamp:
- 11/28/08 20:11:01 (3 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Boxes.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Boxes.cobra
r1768 r1781 700 700 else if type.isGenericDef and .isGeneric and type is .genericDef 701 701 r = type.isAssignableTo(this) 702 if not r 703 if type inherits StreamType 704 r = .isAssignableTo(type.box to !) 702 705 return r 703 706



