const internal/types/errors.InvalidCopy

4 uses

	internal/types/errors (current package)
		code_string.go#L95: 	_ = x[InvalidCopy-86]
		codes.go#L788: 	InvalidCopy

	go/types
		builtins.go#L373: 			check.errorf(x, InvalidCopy, invalidArg+"copy expects slice arguments; found %s and %s", x, y)
		builtins.go#L378: 			check.errorf(x, InvalidCopy, invalidArg+"arguments to copy %s and %s have different element types %s and %s", x, y, dst.elem, src.elem)