Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: ReferenceError
for (let b in [0]) {
let b = b ? 0 : 1
}