I would have expected the output from meth to be identical to that of func. Given methods have known parameters, I would have expected their type information to be pre-filled.
My current work around (as I do a lot of type checking) is to retype the method func:
SlimerDude Thu 8 Oct 2015
I was surprised to find that Method funcs are generic:
Heralds:
I would have expected the output from
meth
to be identical to that offunc
. Given methods have known parameters, I would have expected their type information to be pre-filled.My current work around (as I do a lot of type checking) is to retype the method func:
But it seems silly to have to do that!?
brian Wed 4 Oct 2017
Ticket promoted to #2483 and assigned to brian
brian Wed 4 Oct 2017
Ticket resolved in 1.0.70
changeset