v2 / vlib / v / fmt / tests / struct_with_fn_fields_keep.vv
4 lines · 4 sloc · 66 bytes · 04757a485306049e6c25f317db3a3bc95f84f44a
Raw
1struct FieldsWithOptionalVoidReturnType {
2 f fn () ?
3 g fn () ?
4}
5