Files
babel/test/fixtures/destructuring/assignment/expected.js
2014-10-09 22:26:23 +11:00

4 lines
42 B
JavaScript

var _ref = f();
a = _ref[0];
b = _ref[1];