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