feat: make IO.write call toString on argument and add corelib with List.toString

This commit is contained in:
Bob Nystrom
2013-12-22 19:50:00 +00:00
parent 91873b3a90
commit 7e8edd68ea
6 changed files with 130 additions and 12 deletions
+2
View File
@@ -0,0 +1,2 @@
class Foo {}
IO.write((new Foo).toString) // expect: <object>