ba68d0dfee
`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>