@@ -1,2 +1,4 @@
|
||||
class Foo {}
|
||||
class Foo {
|
||||
construct new() {}
|
||||
}
|
||||
IO.print(!Foo.new()) // expect: false
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,2 +1,4 @@
|
||||
class Foo {}
|
||||
class Foo {
|
||||
construct new() {}
|
||||
}
|
||||
IO.print(!Foo.new()) // expect: false
|
||||
|
||||