v/vlib/v/parser/tests/method_decl_on_non_local_ar...

4 lines
45 B
V

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