AnythingOfTypeArgument should never have been exposed in the API. Users must use AnythingOfType instead.
We must tag this type with // Deprecate.
Note: I think that we should go further and fix the AnythingWithType func signature, but we must release that deprecation first.
AnythingOfTypeArgument should never have been exposed in the API. Users must use
AnythingOfTypeinstead.We must tag this type with
// Deprecate.Note: I think that we should go further and fix the
AnythingWithTypefunc signature, but we must release that deprecation first.