-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration: implement "exact nullability" propagation.
This allows us to properly handle contraviariant uses of generics, where the nullability of a generic parameter needs to be propagated in the reverse of the usual dependency direction. Change-Id: Id31f906bb7e3fbbf0846144a4715b9a6591aceda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111303 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Paul Berry <[email protected]>
- Loading branch information
1 parent
40e6954
commit 776f2d3
Showing
3 changed files
with
187 additions
and
28 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