Files
wren/test/language/method/static_method_not_found.wren

3 lines
86 B
Plaintext
Raw Permalink Normal View History

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