v/vlib/v/parser/tests/method_decl_on_non_local_ma...

4 lines
57 B
V

fn (a map[string]string) get_number() int {
return 1
}