Files
wren/test/assign_to_is.wren
T

4 lines
57 B
Plaintext
Raw Normal View History

var a = "a"
var b = "b"
b is a = "value" // expect error