@@ -1,8 +1,10 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
static bar { Bar.new() }
|
||||
}
|
||||
|
||||
class Bar {
|
||||
construct new() {}
|
||||
static foo { Foo.new() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user