Byron Luk 0d9e77f559 rename colliding let bindings with for loop init (#8937)
* rename colliding let bindings with for loop init

* added complex test case to check if loop init collisions were handled correctly

* updated test files
2018-10-31 20:28:36 +01:00

12 lines
172 B
JavaScript

for (var a, _ref = {}, b = _ref.b;;) {
var _a = void 0,
_ref2 = {},
_b = _ref2.b;
{
var _a2 = void 0,
_ref3 = {},
_b2 = _ref3.b;
}
}