michael@0: // 'arguments' is lexically scoped in genexpr in function. michael@0: michael@0: function f() { michael@0: assertEq((arguments for (x of [0])).next(), michael@0: (arguments for (y of [1])).next()); michael@0: } michael@0: f();