Henry Zhu 0f823beeb1 Newlines in fixtures (#6044)
* write newlines for fixtures

* rerun fixtures
2017-08-02 15:35:29 -04:00

22 lines
377 B
JavaScript

let g = (() => {
var _ref = babelHelpers.asyncGenerator.wrap(function* () {
var _this = this;
() => this;
function f() {
() => this;
}
babelHelpers.asyncToGenerator(function* () {
_this;
yield 1;
});
yield babelHelpers.asyncGenerator.await(1);
});
return function g() {
return _ref.apply(this, arguments);
};
})();