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

5 lines
217 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(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