Reduced testcase (reproducing on testdrive):

Object extend [

    breakIt: anInteger [
        <category: 'instance creation'>
        1 to: anInteger do: [ :each | String new: each ].
    ]
]

#(4450 2) do: [:each | self breakIt: each].

Can you confirm? (Just do "./gst foo.st" where foo.st is the above).

Paolo



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to