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

Tue, 21 Mar 2017 13:41:57 -0700

author
asaha
date
Tue, 21 Mar 2017 13:41:57 -0700
changeset 2160
1df40fe54cd6
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