4 lines
201 B
Text
4 lines
201 B
Text
*%(basename)s:5: SyntaxError: Unexpected eval or arguments in strict mode
|
|
function foo(b, eval) { "use strict"; return b }
|
|
^^^^
|
|
SyntaxError: Unexpected eval or arguments in strict mode
|