michael@0: // |jit-test| error:SyntaxError michael@0: michael@0: function testcase({}, a = b, ... x) { michael@0: "use strict"; michael@0: function f() { }; michael@0: with ( f(3) ); michael@0: }