v/vlib/v/checker/tests/invalid_property.vv

7 lines
63 B
V

s :=''
_ = s.length
_ = [1,2].foo
mut fa := [3,4]!
_ = fa.bar