v8/test/message/fail/var-conflict-in-with.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
177 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: Identifier 'x' has already been declared
{ { with ({}) var x; } let x; }
^
SyntaxError: Identifier 'x' has already been declared