8 lines
109 B
JavaScript

var foo = function () {
return () => <this />;
};
var bar = function () {
return () => <this.foo />;
};