vxx2 / vlib / v / checker / tests / store_string_err.out
6 lines · 6 sloc · 235 bytes · da9c75f2cae57a7633a79f06f9681ebedba6cf01
Raw
1vlib/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