-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b100
-
generic
-
generic
-
Verified
>> jjs> ({a: print(1), b: print(2), a: print(3)})
>> 1
>> 3
>> 2
>> => should print "1-2-3" instead of "1-3-2"
>>