forked from Mirror/wren
4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
var a = "a"
|
|
var b = "b"
|
|
a + b = "value" // expect error
|