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
44be247762a5bb1550b46d82287669040645544a
wren
/
test
/
language
/
super
/
super_in_top_level_function.wren
T
4 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace
new
keyword with
this
constructor syntax and
ClassName.new()
calls across core library and docs
2015-07-10 16:18:22 +00:00
Fn.new {
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