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
For example, if we have indexOfFirst{...}>=0 , it can be replaced with any{...}. And the opposite: indexOfFirst{...}<0 can be replaced with none{...}
indexOfFirst{...}>=0
any{...}
indexOfFirst{...}<0
none{...}
Requested here too: https://issuetracker.google.com/issues/320519267 https://youtrack.jetbrains.com/issue/KT-65045/Request-offer-inspection-to-replace-indexOfFirst-with-alternatives-if-possible
The text was updated successfully, but these errors were encountered:
don't be a stranger, contribute!
Sorry, something went wrong.
No branches or pull requests
For example, if we have
indexOfFirst{...}>=0
, it can be replaced withany{...}
.And the opposite:
indexOfFirst{...}<0
can be replaced withnone{...}
Requested here too:
https://issuetracker.google.com/issues/320519267
https://youtrack.jetbrains.com/issue/KT-65045/Request-offer-inspection-to-replace-indexOfFirst-with-alternatives-if-possible
The text was updated successfully, but these errors were encountered: