jdk-24/nashorn/test/script/basic/es6/for-let.js.EXPECTED
Hannes Wallnöfer 7b35db48f7 8057980: let & const: remaining issues with lexical scoping
Reviewed-by: lagergren, attila
2014-11-27 16:42:53 +01:00

34 lines
136 B
Plaintext

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