Files
wren/test/method/static_method_not_found.wren

3 lines
110 B
Plaintext

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