Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop accepting
null
as a context in _fe_analyzer_shared.
Now that the analyzer no longer makes a distinction between `null` and `_` as contexts (https://dart-review.googlesource.com/c/sdk/+/357521), no longer uses `null` to represent contexts (https://dart-review.googlesource.com/c/sdk/+/357522), and no longer passes `null` as a context to the shared analysis logic (https://dart-review.googlesource.com/c/sdk/+/358662), we can safely update the shared analysis logic so that it no longer accepts `null` as a context. Change-Id: I0512d59405255ef45497885e7668ebc3b12abf58 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/358800 Reviewed-by: Chloe Stefantsova <[email protected]> Commit-Queue: Paul Berry <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
- Loading branch information