michael@0: //test no multitrees assert michael@0: function testGlobalMultitrees1() { michael@0: (function() { michael@0: for (var j = 0; j < 4; ++j) { michael@0: for each (e in ['A', 1, 'A']) { michael@0: } michael@0: } michael@0: })(); michael@0: return true; michael@0: } michael@0: assertEq(testGlobalMultitrees1(), true);