-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[J2KT] Fix collection method mismatch between Java and Kotlin for met…
…hods with `Collection<*>` parameter, including: `containsAll()`. The `FixJavaKotlinCollectionMethodsMismatch` pass will convert selected method parameters to `readonly` versions of `Collection` and `Map` and insert casts if necessary. PiperOrigin-RevId: 700085870
- Loading branch information
1 parent
90acf22
commit 18cd8cf
Showing
3 changed files
with
176 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.