Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
const_decl_err.out
7
lines
·
7
sloc
·
188 bytes
·
f8461e2b3ccbe87635cface142e7d8347bf3820c
Raw
1
vlib/v/parser/tests/const_decl_err.vv:6:3: error: const declaration do not support multiple assign yet
2
4 |
3
5 | const (
4
6 | a, b, c = foo()
5
| ^
6
7 | )
7
8 |
8