Files
wren/test/method/static_method_not_found.wren
2014-02-23 21:53:49 -06:00

3 lines
93 B
Plaintext

class Foo {}
Foo.bar // expect runtime error: Foo metaclass does not implement method 'bar'.