function f() { let o = {}; for (let i in {xx: 0}) { for (i of [0]) { } print(o[i]); } } f();