summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/let-lexical-declaration-destructuring-brace-in-single-statement.out
blob: 352adae7cbb6c577c4bcfa35476f48dd732e6541 (plain)
1
2
3
4
*%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-statement context
with ({}) let {a: x} = {a: 42};
          ^^^
SyntaxError: Lexical declaration cannot appear in a single-statement context