blob: 6623dbabf8acec5fdc928a7635e9259054209603 [file] [log] [blame]
for (var j = 0; j < 9; j++) {
var a = j;
var b = this.a;
}
assertEq(b, 8);