DEBSOURCES
Skip Quicknav
sources / node-escodegen / 2.0.0%2Bdfsg%2B~0.0.7-2 / 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'))) { } }