Files
wren/test/class/new.wren
T

5 lines
69 B
Plaintext
Raw Normal View History

class Foo {}
var foo = Foo.new
io.write(foo is Foo) // expect: true