2018-11-25 19:29:58 +01:00

7 lines
77 B
JavaScript

() => {
var _ref = [1, 2];
a = _ref[0];
b = _ref[1];
return _ref;
};