Make IO.write() call toString on its argument.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class Foo {}
|
||||
IO.write((new Foo).toString) // expect: <object>
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
class Foo {}
|
||||
IO.write((new Foo).toString) // expect: <object>
|
||||