blob: 25c90b6650a16529de7d96c030fa052d71a7b363 [file] [log] [blame]
function foo() {
for (let x in []) {
x in undefined;
x = 0;
[][x];
}
}
foo();