class Foo { init() { return; print this; } } var foo = Foo();