Files
babel/test/syntax-fixtures/destructuring/assignment/expected.js
2014-10-11 22:33:08 +11:00

4 lines
42 B
JavaScript

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