summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug677957-1.js
blob: 5e90b2a7633c6d105a9a6900bcb865a41b1851e4 (plain)
1
2
3
4
function test() {
    for each (var i in []) {}
}
for each (new test().p in [0]) {}