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
350c0194b69941ba2cb241a99ad935056beb1f34
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 {
Make IO a static class instead of a singleton.
2013-12-21 19:25:09 -08:00
write { IO.write(_field) }
Start to get instance fields working.
2013-11-23 14:55:05 -08:00
}
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