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

Thu, 12 Oct 2017 19:52:15 +0800

author
aoqi
date
Thu, 12 Oct 2017 19:52:15 +0800
changeset 1205
4112748288bb
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