aboutsummaryrefslogtreecommitdiff
path: root/test/input/invalid/for-of_1.js
blob: 7d4ffe25fcc2f7fc5204ec41cbb290ac0157cc0b (about) (plain)
1
2
3
var a = [ 1 ], b;
for (b = 2 of a)
    console.log(b);