Changeset 1606 for cobra/trunk/Source/Boxes.cobra
- Timestamp:
- 08/28/08 07:55:03 (4 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Boxes.cobra (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Boxes.cobra
r1591 r1606 570 570 try 571 571 if decl inherits BoxMember 572 if decl. box is not this # TODO: when does this happen572 if decl.parentBox is not this # TODO: when does this happen 573 573 continue 574 574 decl.bindInt … … 637 637 try 638 638 if decl inherits BoxMember 639 if decl. box is not this639 if decl.parentBox is not this 640 640 continue 641 641 decl.bindImp … … 1373 1373 try 1374 1374 if decl inherits BoxMember 1375 if decl. box is not this # skip extension methods that were not declared in this box1375 if decl.parentBox is not this # skip extension methods that were not declared in this box 1376 1376 continue 1377 1377 decl.writeSharpDef(sw)
