Files
wren/test/this/this_in_top_level_function.wren
T

4 lines
34 B
Plaintext
Raw Normal View History

2014-04-02 19:41:53 -07:00
new Fn {
2013-11-09 15:42:23 -08:00
this // expect error
}