Files
wren/test/language/nonlocal/undefined.wren
T

6 lines
75 B
Plaintext
Raw Normal View History

2015-07-10 09:18:22 -07:00
var fn = Fn.new {
2015-01-14 23:08:25 -08:00
IO.print(Foo)
IO.print(Bar)
}
2015-07-10 09:18:22 -07:00
// expect error line 6