Files
babel/test/fixtures/syntax/arrow-functions/this/expected.js

5 lines
66 B
JavaScript

var _this = this;
var t = function (x) {
return _this.x + x;
};