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