forked from Mirror/wren
@ -1,4 +1,5 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
method { "getter" }
|
||||
method() { "no args" }
|
||||
method(a) { a }
|
||||
|
||||
Reference in New Issue
Block a user