Files
wren/test/language/assignment/is.wren

4 lines
57 B
Plaintext
Raw Normal View History

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