this
class Foo {
bar { this }
baz { "baz" }
}
new
ClassName.new()
IO.print(Foo.new().bar.baz) // expect: baz