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