Files
babel/test/fixtures/syntax/arrow-functions/this-usage/expected.js
2014-10-11 22:42:31 +11:00

4 lines
58 B
JavaScript

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