//// [parserForOfStatement13.ts] for (let {a, b} of X) { } //// [parserForOfStatement13.js] for (let { a, b } of X) { }