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