const internal/types/errors.WrongTypeArgCount

8 uses

	internal/types/errors (current package)
		code_string.go#L145: 	_ = x[WrongTypeArgCount-137]
		codes.go#L1347: 	WrongTypeArgCount

	go/types
		assignments.go#L98: 		check.errorf(x, WrongTypeArgCount, "cannot use generic function %s without instantiation in %s", x, context)
		call.go#L67: 		check.errorf(ix.indices[got-1], WrongTypeArgCount, "got %d type arguments but want %d", got, want)
		call.go#L277: 			check.errorf(xlist[want], WrongTypeArgCount, "got %d type arguments but want %d", got, want)
		expr.go#L986: 		check.errorf(x.expr, WrongTypeArgCount, "cannot use generic %s %s without instantiation", what, x.expr)
		instantiate.go#L204: 		check.error(atPos(pos), WrongTypeArgCount, msg)
		typexpr.go#L196: 		check.errorf(e, WrongTypeArgCount, "cannot use generic type %s without instantiation", typ)