v/vlib/v/parser/tests/function_prototype_in_struc...

10 lines
78 B
V

module main
struct Ok {
alibaba fn (Ok, )
}
struct OkInt {
a fn (int, )
}