Make IO a static class instead of a singleton.
This commit is contained in:
@@ -3,4 +3,4 @@ class Foo {
|
||||
baz { return "baz" }
|
||||
}
|
||||
|
||||
io.write((new Foo).bar.baz) // expect: baz
|
||||
IO.write((new Foo).bar.baz) // expect: baz
|
||||
|
||||
Reference in New Issue
Block a user