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
eba0b97aa27ad7b7ff317ad81e25485e58944d58
wren
/
test
/
language
/
super
/
super_in_top_level_function.wren
T
4 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make constructors just methods.
2015-07-10 09:18:22 -07:00
Fn.new {
Don't allow "super" outside of methods.
2013-12-15 22:08:40 -08:00
super.foo // expect error
}
Reference in New Issue
Copy Permalink