Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
const_cycle_decl_err.out
6
lines
·
6
sloc
·
272 bytes
·
1512486d01d4205e7b67ebd679238fa45cd348af
Raw
1
vlib/v/checker/tests/const_cycle_decl_err.vv:1:11: error: cycle in constant `a`
2
1 | const a = a + 0
3
| ^
4
vlib/v/checker/tests/const_cycle_decl_err.vv:1:11: error: mismatched types `void` and `int literal`
5
1 | const a = a + 0
6
| ~~~~~
7