Files
wren/test/language/this/this_in_top_level_function.wren
T

4 lines
34 B
Plaintext
Raw Normal View History

2015-07-10 09:18:22 -07:00
Fn.new {
2013-11-09 15:42:23 -08:00
this // expect error
}