v/vlib/v/parser/tests/anon_sum_type_interface.vv

4 lines
36 B
V

interface Foo {
bar string | int
}