v/vlib/v/parser/tests/method_decl_on_non_local_ty...

4 lines
43 B
V

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