Changeset 1594 for cobra/trunk/Source/Members.cobra
- Timestamp:
- 08/28/08 04:32:56 (4 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Members.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Members.cobra
r1586 r1594 1556 1556 return '' 1557 1557 1558 def mergedIntoPartialBox(newBox as Box) 1559 base.mergedIntoPartialBox(newBox) 1560 if .getPart, .getPart.mergedIntoPartialBox(newBox) 1561 if .setPart, .setPart.mergedIntoPartialBox(newBox) 1562 1558 1563 def unNilReturnType is override 1559 1564 assert _returnType is nil
