michael@0: //test no multitrees assert michael@0: function testBug462407() { michael@0: for each (let i in [0, {}, 0, 1.5, {}, 0, 1.5, 0, 0]) { } michael@0: return true; michael@0: } michael@0: assertEq(testBug462407(), true);