v/vlib/v/fmt/tests/struct_fn_fields_expected.vv

7 lines
90 B
V

import v.ast
struct Data {
a fn (string, voidptr) bool
b fn (ast.Stmt, voidptr) bool
}