This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0fde331974c17df1ba1a231d18e50d5d40206813
wren
/
test
/
language
/
method
/
static_method_not_found.wren
T
3 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: remove redundant "Receiver" prefix from method-not-found error message
2014-02-24 03:53:49 +00:00
class Foo {}
feat: switch method signatures to parenthesized parameter notation and update error messages
2015-02-27 05:56:15 +00:00
Foo.bar // expect runtime error: Foo metaclass does not implement 'bar'.
Reference in New Issue
Copy Permalink