v8/test/message/fail/modules-import-redeclare3.out

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

6 lines
158 B
Plaintext
Raw Normal View History

*%(basename)s:6: SyntaxError: Identifier 'x' has already been declared
export let x = 42;
^
SyntaxError: Identifier 'x' has already been declared