v/vlib/v/parser/tests/option_sum_type_return_err.vv

4 lines
48 B
V

fn option_sumtype() ?string | int {
return 0
}