1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/inline_sum_type_option_err.vv
2023-01-09 09:36:45 +03:00

4 lines
37 B
V

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