Files
wren/test/core/object/to_string.wren
T

3 lines
79 B
Plaintext
Raw Normal View History

class Foo {}
2014-01-28 15:31:11 -08:00
IO.print((new Foo).toString == "instance of Foo") // expect: true