class Foo { returnSelf() { return Foo; } } print Foo().returnSelf(); // expect: Foo