is
class Foo {}
new
this
ClassName.new()
var foo = Foo.new()
IO.print(foo is Foo) // expect: true
Foo.new
new Foo
// TODO: Test precedence and grammar of what follows "new".