Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
store_string_err.out
6
lines
·
6
sloc
·
235 bytes
·
da9c75f2cae57a7633a79f06f9681ebedba6cf01
Raw
1
vlib/v/checker/tests/store_string_err.vv:5:26: error: wrong return type `IError` in the `or {}` block, expected `int`
2
3 | }
3
4 |
4
5 | err := return_err() or { err }
5
| ~~~
6
6 | eprintln(err)
7