Files
wren/test/method/not_found.wren
T

4 lines
118 B
Plaintext
Raw Normal View History

2014-01-01 13:25:24 -08:00
class Foo {}
2014-02-23 21:53:49 -06:00
(new Foo).someUnknownMethod // expect runtime error: Foo does not implement method 'someUnknownMethod'.