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

4 lines
33 B
V
Raw Normal View History

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