feat: make IO.write call toString on argument and add corelib with List.toString
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