Make IO a static class instead of a singleton.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Foo {
|
||||
static bar = value {
|
||||
io.write(value)
|
||||
IO.write(value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user