Files
wren/test/language/field/default_to_null.wren
T

7 lines
97 B
Plaintext
Raw Normal View History

2013-11-23 14:55:05 -08:00
class Foo {
2015-09-01 08:16:04 -07:00
construct new() {}
2014-01-05 12:27:12 -08:00
write { IO.print(_field) }
2013-11-23 14:55:05 -08:00
}
2015-07-10 09:18:22 -07:00
Foo.new().write // expect: null