Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 //test no multitrees assert
2 function testBug462388() {
3 var c = 0, v; for each (let x in ["",v,v,v]) { for (c=0;c<4;++c) { } }
4 return true;
5 }
6 assertEq(testBug462388(), true);