@@ -9,6 +9,7 @@ IO.print({1: {2: {}}}) // expect: {1: {2: {}}}
|
||||
|
||||
// Calls toString on elements.
|
||||
class Foo {
|
||||
construct new() {}
|
||||
toString { "Foo.toString" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user