michael@0: //test no multitrees assert michael@0: function testBug466128() { michael@0: for (let a = 0; a < 3; ++a) { michael@0: for each (let b in [1, 2, "three", 4, 5, 6, 7, 8]) { michael@0: } michael@0: } michael@0: return true; michael@0: } michael@0: assertEq(testBug466128(), true);