Files
wren/test/method/not_found.wren
T

4 lines
135 B
Plaintext
Raw Normal View History

2014-01-01 13:25:24 -08:00
class Foo {}
(new Foo).someUnknownMethod // expect runtime error: Foo does not implement method 'someUnknownMethod' with 0 arguments.