@@ -1,8 +1,10 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
static bar { Bar.new() }
|
||||
}
|
||||
|
||||
class Bar {
|
||||
construct new() {}
|
||||
static foo { Foo.new() }
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
var Global = "global"
|
||||
|
||||
class Foo {
|
||||
construct new() {}
|
||||
|
||||
method {
|
||||
IO.print(Global)
|
||||
}
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
|
||||
method {
|
||||
IO.print(Global)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user