blob: 2b16a7cc9dce0411b9ed3cc6f6f198b69ac6e708 [file] [log] [blame]
function f(x, y, z) {
if (1)
x = z;
return x + y;
}
assertEq(f(0, 2, {}), "[object Object]2")