v8/test/message/fail/let-lexical-declaration-in-single-statement.out

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

5 lines
207 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-statement context
with ({}) let a = [];
^^^
SyntaxError: Lexical declaration cannot appear in a single-statement context