1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/method_decl_on_non_local_map.vv

4 lines
57 B
V

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