Files
wren/test/object/to_string.wren
2014-01-28 15:31:11 -08:00

3 lines
79 B
Plaintext

class Foo {}
IO.print((new Foo).toString == "instance of Foo") // expect: true