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
c92a12bf317819a02d07905bbe974333f5d6e073
wren
/
test
/
super
/
super_in_top_level_function.wren
T
4 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: migrate all function literals from
fn
syntax to
new Fn
block syntax
2014-04-03 02:41:53 +00:00
new Fn {
feat: add compile-time error for 'super' used outside method context
2013-12-16 06:08:40 +00:00
super.foo // expect error
}
Reference in New Issue
Copy Permalink