Make IO a static class instead of a singleton.
This commit is contained in:
@@ -9,4 +9,4 @@ class Foo {
|
||||
}
|
||||
|
||||
var closure = (new Foo).getClosure
|
||||
io.write(closure.call) // expect: Foo
|
||||
IO.write(closure.call) // expect: Foo
|
||||
|
||||
Reference in New Issue
Block a user