Show
Ignore:
Timestamp:
08/28/08 04:00:40 (4 months ago)
Author:
Chuck.Esterbrook
Message:

Added support for "extended initializers" which allow you to set properties of the object in the same call being used to create the object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Boxes.cobra

    r1584 r1591  
    632632                        for invari in _invariants 
    633633                                invari.bindImp 
    634                         for decl in _declsInOrder 
     634                        for decl in List<of IBoxMember>(_declsInOrder) 
    635635                                assert not decl is this 
    636636                                .compiler.boxMemberStack.push(decl)