summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug884920.js
blob: 7f5737d30f404b706a6dd7b6eb64448fd568b76b (plain)
1
2
3
4
5
6
7
// |jit-test| error:SyntaxError

function testcase({}, a = b, ... x)  {
  "use strict";
  function f() { };
  with ( f(3) );
}