equal
deleted
inserted
replaced
1 ReferenceError: "a" is not defined |
1 ReferenceError: "a" is not defined |
2 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>@4:3:8 Assignment to constant "a" |
2 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a" |
3 a-- |
3 a-- |
4 ^ |
4 ^ |
5 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>@4:3:8 Assignment to constant "a" |
5 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a" |
6 a-- |
6 a-- |
7 ^ |
7 ^ |
8 ReferenceError: "a" is not defined |
8 ReferenceError: "a" is not defined |