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