forked from Mirror/wren
3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
class Foo {}
|
|
IO.print((new Foo).toString == "instance of Foo") // expect: true
|