Files
wren/test/function/empty_block.wren
2013-12-29 10:46:21 -08:00

3 lines
47 B
Plaintext

var f = fn {}
IO.write(f.call) // expect: null