Files
wren/test/super/super_in_top_level_function.wren
T

4 lines
35 B
Plaintext
Raw Normal View History

2013-12-15 22:08:40 -08:00
fn {
super.foo // expect error
}