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
6a69382275a47407c0d13f066cf9948b37323632
wren
/
test
/
method
/
static_method_not_found.wren
T
3 lines
93 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 {}
Foo.bar // expect runtime error: Foo metaclass does not implement method 'bar'.
Reference in New Issue
Copy Permalink