v/vlib/v/parser/tests/inline_sum_type_optional_er...

4 lines
37 B
V

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