v2 / vlib / v / checker / tests / variadic_value_print_err.vv
2 lines · 2 sloc · 29 bytes · dd7f3a73f36f064b991c7abe39797b82eb8d81da
Raw
1a := [1, 2, 3]
2println(...a)
3