| 1 | vlib/v/parser/tests/if_guard_cond_err.vv:16:16: error: if guard condition expression is illegal, it should return an Option |
| 2 | 14 | fp.usage_example('GOOG AAPL') |
| 3 | 15 | _ := fp.bool('version', `v`, false, 'version information.') |
| 4 | 16 | if args := fp.finalize() && args.len > 0 { |
| 5 | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 6 | 17 | return args |
| 7 | 18 | } else { |