Files
babel/test/fixtures/transformation/es6-arrow-functions/this/expected.js
2014-11-23 16:15:39 +11:00

7 lines
81 B
JavaScript

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