Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
unexpected_or_propagate.out
7
lines
·
7
sloc
·
252 bytes
·
867f4376d8013aad70e524a74a58804ea12ae4e5
Raw
1
vlib/v/checker/tests/unexpected_or_propagate.vv:6:17: error: unexpected `?`, the function `ret_zero` does not return an Option
2
4 |
3
5 | fn opt_fn() ?int {
4
6 | a := ret_zero()?
5
| ^
6
7 | return a
7
8 | }
8