aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/es6/let_const_reuse.js.EXPECTED
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/basic/es6/let_const_reuse.js.EXPECTED')
-rw-r--r--test/script/basic/es6/let_const_reuse.js.EXPECTED8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/script/basic/es6/let_const_reuse.js.EXPECTED b/test/script/basic/es6/let_const_reuse.js.EXPECTED
new file mode 100644
index 00000000..fa875c7a
--- /dev/null
+++ b/test/script/basic/es6/let_const_reuse.js.EXPECTED
@@ -0,0 +1,8 @@
+ReferenceError: "a" is not defined
+SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a"
+ a--
+ ^
+SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a"
+ a--
+ ^
+ReferenceError: "a" is not defined