v8/test/message/fail/object-rest-binding-pattern.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
200 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: `...` must be followed by an identifier in declaration contexts
let {...{}} = {};
^^
SyntaxError: `...` must be followed by an identifier in declaration contexts