Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
fn_call_arg_fn_mismatch_err.out
6
lines
·
6
sloc
·
220 bytes
·
1aad481c29b202b3752226af9ce005edc0d8f263
Raw
1
vlib/v/checker/tests/fn_call_arg_fn_mismatch_err.vv:14:8: error: cannot use `fn () string` as `fn () Response` in argument 1 to `event`
2
12 |
3
13 | fn main() {
4
14 | event(foo)
5
| ~~~
6
15 | }
7