blob: bf91f9cb70d2836dcec00de2295b2f1412454888 [file] [log] [blame]
function test(){for(var i of array){}for(let i of array){}for(let c of('x',String('cat'))){}}