//// [parserES5ForOfStatement16.ts] for (var {a, b} of X) { } //// [parserES5ForOfStatement16.js] for (var _a = void 0, a = _a.a, b = _a.b of X) { }