Changeset 1573 for cobra/trunk/Source/Boxes.cobra
- Timestamp:
- 08/12/08 21:13:54 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Boxes.cobra (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Boxes.cobra
r1560 r1573 281 281 _nextPrivateSerialNumber += 1 282 282 return n 283 284 def mergedIntoPartialBox(newBox as Box) 285 require 286 newBox is not .parentBox 287 newBox.name == .parentBox.name 288 body 289 _parentBox = newBox 283 290 284 291 get canAccessMemberForName as bool is override … … 568 575 try 569 576 if decl inherits BoxMember 570 if decl.box is not this 577 if decl.box is not this # TODO: when does this happen 571 578 continue 572 579 decl.bindInt
