v/vlib/v/parser/tests/anon_sum_type_receiver_err.vv

4 lines
46 B
V

fn (x int | string) baz() {
println('baz')
}