10 lines
107 B
JavaScript

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