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
25bd182c5858158c56f638ca135337275a816066
wren
/
test
/
language
/
method
/
empty_block.wren
T
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow empty blocks.
2013-12-29 10:46:21 -08:00
class Foo {
No more default constructors.
2015-09-01 08:16:04 -07:00
construct new() {}
Allow empty blocks.
2013-12-29 10:46:21 -08:00
bar {}
}
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(Foo.new().bar) // expect: null
Reference in New Issue
Copy Permalink