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
a40afb23c2638a2782363f813c0453eb48b3a511
wren
/
test
/
language
/
method
/
empty_block.wren
T
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: allow empty blocks in parser and fix native call slot assertion
2013-12-29 18:46:21 +00:00
class Foo {
fix: remove default constructors and require explicit
construct new()
for all user classes
2015-09-01 15:16:04 +00:00
construct new() {}
feat: allow empty blocks in parser and fix native call slot assertion
2013-12-29 18:46:21 +00:00
bar {}
}
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(Foo.new().bar) // expect: null
Reference in New Issue
Copy Permalink