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

vrepl: fix array_init error

* optimize print conditions
This commit is contained in:
yuyi
2020-05-11 12:15:08 +08:00
committed by GitHub
parent 8f6d69b763
commit 14bba54ddc
2 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
[]int{len:3}
===output===
[0, 0, 0]