Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
fn_call_arg_mismatch_err_e.out
6
lines
·
6
sloc
·
209 bytes
·
17f3c8f8135f9ed0ec43a441ed0de4f1df5a9923
Raw
1
vlib/v/checker/tests/fn_call_arg_mismatch_err_e.vv:8:4: error: cannot use `u32` as `int` in argument 1 to `f`
2
6 | x := u32(2251797157)
3
7 | println(x)
4
8 | f(x)
5
| ^
6
9 | }
7