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

5 lines
211 B
Plaintext
Raw Permalink Normal View History

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