Source code

Revision control

Copy as Markdown

Other Tools

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