Make classes know their name.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
class Foo {}
|
||||
IO.print((new Foo).toString) // expect: <object>
|
||||
IO.print((new Foo).toString == "instance of Foo") // expect: true
|
||||
|
||||
Reference in New Issue
Block a user