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
0fde331974c17df1ba1a231d18e50d5d40206813
wren
/
test
/
language
/
constructor
/
cannot_be_unary.wren
T
6 lines
68 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 Foo {
this ! { // expect error
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print("ok")
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
}
}
Reference in New Issue
Copy Permalink