We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of places are marked with e.g. Unchecked cast: ActionTypeImplEntry<T, Any> to ActionTypeImplEntry<T, A>
Unchecked cast: ActionTypeImplEntry<T, Any> to ActionTypeImplEntry<T, A>
This can be cleaned up in many cases by marking the appropriate type parameters in the right places with either out or in (usually out)
out
in
The text was updated successfully, but these errors were encountered:
See also https://kotlinlang.org/docs/generics.html
Sorry, something went wrong.
No branches or pull requests
A lot of places are marked with e.g.
Unchecked cast: ActionTypeImplEntry<T, Any> to ActionTypeImplEntry<T, A>
This can be cleaned up in many cases by marking the appropriate type parameters in the right places with either
out
orin
(usuallyout
)The text was updated successfully, but these errors were encountered: