1
0
forked from Mirror/wren
Files
wren/test/method/static_method_not_found.wren
2015-02-26 21:56:15 -08:00

3 lines
86 B
Plaintext

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