Make IO a static class instead of a singleton.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
var a = "a"
|
||||
f = fn io.write(a)
|
||||
f = fn IO.write(a)
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user