Logo
Explore Help
Register Sign In
retoor/wren
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e0fda5e315c88b2b2128921dd4821996651f29d6
wren/test/language/constructor/super_must_have_args.wren
T

8 lines
79 B
Plaintext
Raw Normal View History

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
Powered by Gitea Version: 1.27.2 Page: 38ms Template: 5ms
Dark
English
English
Licenses API