Lines Matching full:assignableto
370 if xt, targ := in[i].Type(), t.In(i); !xt.AssignableTo(targ) {381 if xt := x.Type(); !xt.AssignableTo(elem) {