forked from Mirror/wren
3 lines
110 B
Plaintext
3 lines
110 B
Plaintext
class Foo {}
|
|
|
|
Foo.bar // expect runtime error: Foo metaclass does not implement method 'bar' with 0 arguments. |