summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/let-lexical-declaration-in-single-statement.out
blob: 29680d8fd85db3f2fc23e6c87f498cf518e16b45 (plain)
1
2
3
4
*%(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