v2 / vlib / v / checker / tests / array_init_with_len_cap_err.vv
2 lines · 2 sloc · 38 bytes · aa28efc0b18a031475840170862555ff8d838899
Raw
1_ = []int{len: -1}
2_ = []int{cap: -1}
3