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