Changeset 2316 for cobra/trunk/Source/Boxes.cobra
- Timestamp:
- 03/14/10 06:45:43 (2 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Boxes.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Boxes.cobra
r2307 r2316 537 537 r = true 538 538 if not r and ('dynamic' in .name or 'dynamic' in t.name) # TODO: hacky 539 r = true 540 if not r and t inherits ArrayType and (t to ArrayType).isEquatableTo(this) # TODO: hacky 539 541 r = true 540 542 return r



