Files
wren/test/language/this/this_in_top_level_function.wren
2015-11-27 21:17:34 -08:00

4 lines
33 B
Plaintext

fn () {
this // expect error
}