7 lines
132 B
Plaintext
Raw Normal View History

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