Make IO a static class instead of a singleton.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn {
|
||||
io.write(notDefined) // expect error
|
||||
IO.write(notDefined) // expect error
|
||||
}.call
|
||||
|
||||
Reference in New Issue
Block a user