1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/array_decl_type_err.vv

3 lines
36 B
V

mut a := []array{}
a.insert(4, '1')