v/vlib/v/parser/tests/result_option_err.vv

4 lines
33 B
V

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