v/vlib/v/checker/tests/immutable_builtin_modify.vv

6 lines
48 B
V

s := ''
s.len = 123
//
b := []byte{}
b.len = 34