Make IO a static class instead of a singleton.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
io.write("ok") // expect: ok
|
||||
IO.write("ok") // expect: ok
|
||||
// comment
|
||||
Reference in New Issue
Block a user