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
1de17224e804533c97bf9803f76052a3b7e5258a
wren
/
test
/
language
/
constructor
/
super_must_have_args.wren
T
8 lines
79 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
class A {}
class B is A {
feat: replace 'this' keyword with 'construct' for constructor definitions across core lib, compiler, docs, and tests
2015-07-21 14:24:53 +00:00
construct new() {
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
super // expect error
}
}
Reference in New Issue
Copy Permalink