Files
2017-08-28 12:47:17 -06:00

8 lines
97 B
JavaScript

var _this = this;
class Foo {
static fn = function () {
return console.log(_this);
};
}