test/script/basic/es6/let-redeclare.js.EXPECTED

Fri, 27 Feb 2015 14:33:47 +0100

author
hannesw
date
Fri, 27 Feb 2015 14:33:47 +0100
changeset 1243
2b51c0b3f463
parent 997
5ad0607cf1a4
permissions
-rw-r--r--

8073707: const re-assignment should not reported as a early error
Reviewed-by: sundar, attila

attila@997 1 SyntaxError: test/script/basic/es6/let-redeclare.js#33:4<eval>:2:4 Variable "x" has already been declared
hannesw@991 2 let x = 2;
hannesw@991 3 ^

mercurial