view test/script/basic/es6/for-let.js.EXPECTED @ 1106:f39081a16f71

8057980: let & const: remaining issues with lexical scoping Reviewed-by: lagergren, attila
author hannesw
date Thu, 27 Nov 2014 18:02:28 +0100
parents b7a2db4de254
children
line wrap: on
line source

0
1
2
3
4
5
6
7
8
9
ReferenceError: "i" is not defined
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
foo
ReferenceError: "i" is not defined
0
4
8
12
16