7 lines
96 B
Plaintext
Raw Normal View History

class Foo {
bar = value { value }
}
var foo = new Foo
a is foo.bar = "value" // expect error