class Foo {
construct new()
construct new() {}
write { System.print(_field) }
}
new
this
ClassName.new()
Foo.new().write // expect: null