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

Thu, 03 Dec 2015 13:41:24 -0800

author
asaha
date
Thu, 03 Dec 2015 13:41:24 -0800
changeset 1766
dbedb3a0ea7a
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