Files
wren/test/method/static_method_not_found.wren
T

3 lines
93 B
Plaintext
Raw Normal View History

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