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

Thu, 29 Oct 2015 17:37:29 -0700

author
asaha
date
Thu, 29 Oct 2015 17:37:29 -0700
changeset 1757
822042f1e4e8
parent 997
5ad0607cf1a4
permissions
-rw-r--r--

Merge

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

mercurial