Make IO a static class instead of a singleton.
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
|
||||
// TODO: What about combining characters?
|
||||
|
||||
io.write("ok") // expect: ok
|
||||
IO.write("ok") // expect: ok
|
||||
|
||||
Reference in New Issue
Block a user