v/vlib/v/parser/tests/option_result_err.vv

4 lines
33 B
V

fn abc() ?!string {
return ''
}