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
6fdcf800a8e078c79e0f411a60f89b25846c8900
wren
/
test
/
field
/
default_to_null.wren
T
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Start to get instance fields working.
2013-11-23 14:55:05 -08:00
class Foo {
write { io.write(_field) }
}
Use more conventional syntax for constructors.
2013-12-19 07:02:27 -08:00
(new Foo).write // expect: null
Reference in New Issue
Copy Permalink