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

Thu, 09 Mar 2017 10:25:09 -0800

author
asaha
date
Thu, 09 Mar 2017 10:25:09 -0800
changeset 2149
7355caa4e6cb
parent 997
5ad0607cf1a4
permissions
-rw-r--r--

Merge

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

mercurial