nashorn/test/script/basic/es6/let_const_reuse.js.EXPECTED
author hannesw
Fri, 27 Feb 2015 14:33:47 +0100
changeset 29281 8cc2618a07aa
parent 26504 ed05e2f4c2db
permissions -rw-r--r--
8073707: const re-assignment should not reported as a early error Reviewed-by: sundar, attila

ReferenceError: "a" is not defined
TypeError: Assignment to constant "a"
TypeError: Assignment to constant "a"
ReferenceError: "a" is not defined