IntegerArray>at: bug? [BUG] [FIX] ( [cd][er][et] cannot reproduce, can be closed )

cg at cdegroot.com cg at cdegroot.com
Thu Jan 8 01:58:27 CET 2004


Current Squeak has a primitive for this, which works fine. Commented out
primitive call, still worked fine.

Test case:

| a |
a := IntegerArray new: 1.
a at: 1 put: -1.
a at: 1


More information about the Squeak-harvest mailing list