v/vlib/v/checker/tests/return_missing_comp_if_nest...

7 lines
236 B
Plaintext

vlib/v/checker/tests/return_missing_comp_if_nested.vv:3:1: error: missing return at end of function `foo`
1 | fn main() {}
2 |
3 | fn foo() string {
| ~~~~~~~~~~~~~~~
4 | $if windows {
5 | if true {