blob: f7112ce951a116bc832c733d860c155ec1477890 [file] [log] [blame]
test/script/error/NASHORN-154/function_mult_params_in_strict.js:38:17 strict mode function cannot have duplicate parameter name "x"
function func(x, x) {}
^