DEBSOURCES
Skip Quicknav
sources / node-escodegen / 2.0.0%2Bdfsg-1 / test / compare-harmony / for-of-statement.expected.js
12345678
function test() { for (var i of array) { } for (let i of array) { } for (let c of ('x', String('cat'))) { } }