forked from Mirror/wren
4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
new Fn {|a|
|
|
var a = "oops" // expect error
|
|
}
|