let-lexical-declaration-destructuring-in-single-statement.out 211 Bytes
Newer Older
1 2 3 4
*%(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