summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-1.js
blob: e5dbb5645094ea2f5ceb4274a967bd0ebc30b043 (plain)
1
2
3
4
5
// |jit-test| error: ReferenceError

for (let b in [0]) {
    let b = b ? 0 : 1
}