-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
<? extends @nullable Object>
back to <?>
.
(i.e., roll back the com.google.common part of cl/377083162) The two should be equivalent, but Kotlin has/had a bug with `<?>` in the context of `@ElementTypesAreNonnullByDefault` (and/or `@ParametersAreNonnullByDefault`?). Now that we're moving away from `@*AreNonnullByDefault` and onto `@NullMarked`, we can use the simpler version. This is the next step toward [using JSpecify in Guava](jspecify/jspecify#239 (comment)). PiperOrigin-RevId: 708605353
- Loading branch information
Showing
2 changed files
with
14 additions
and
36 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