v/vlib/v/fmt/tests/struct_with_fn_fields_keep.vv

5 lines
66 B
V

struct FieldsWithOptionalVoidReturnType {
f fn () ?
g fn () ?
}