reflect: Fix bug calling method on indirect value.
The gccgo-specific iword function was checking v.kind, but for a method value that is always Func. Fix to check v.typ.Kind() instead. From-SVN: r202670
Showing
Please
register
or
sign in
to comment