forked from Mirror/wren
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
fn(a) {
|
|
var a = "oops" // expect error
|
|
}
|