blob: 5101c94413ca3855a8d32ea19439c946785d692f [file] [log] [blame]
function test() {
for (var i of array) {
}
for (let i of array) {
}
}