-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize that
<T extends @nullable Object>
implies nullability.
If you have a method with a parameter of type `T`, we should not expect it to throw an exception when called with null. RELNOTES=In NullPointerTester, a parameter of type `<T extends @nullable Object>` is allowed to be null. PiperOrigin-RevId: 367051816
- Loading branch information
1 parent
a6489b6
commit e856722
Showing
3 changed files
with
85 additions
and
3 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
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