Files
sdk/pkg/analyzer/lib
Paul Berry ba68d0dfee Remove redundant null check on rawType.
`FullInvocationInferrer.resolveInvocation` only sets `inferrer` to
non-null in the event that `rawType` is non-null.  So inside an `if
(inferrer != null)` block we can safely assume `rawType` is non-null.

Change-Id: I05a56cd2f54d9658877cf24ed8ec4493eabc42d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/238381
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2022-03-23 15:26:21 +00:00
..