v/vlib/v/parser/tests/anon_sum_type_multi_return_...

4 lines
47 B
V

fn abc() (string, int) | string {
return ''
}