1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests/repl/array_init.repl
yuyi 14bba54ddc
vrepl: fix array_init error
* optimize print conditions
2020-05-11 07:15:08 +03:00

4 lines
36 B
Plaintext

[]int{len:3}
===output===
[0, 0, 0]