v2 / vlib / v / parser / tests / method_decl_on_non_local_map.vv
3 lines · 3 sloc · 57 bytes · d1224ffb5adc371c5c7f5cfb36f8a3fea120ae7b
Raw
1fn (a map[string]string) get_number() int {
2 return 1
3}
4