Files
wren/test/assignment/is.wren
2013-11-26 22:52:00 -08:00

4 lines
57 B
Plaintext

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