8 lines
97 B
JavaScript

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