d0fafb6329
This is the _compute function used by the migration tool. It needs to set the null safety understanding flag in order to ensure that type comparisons work properly when analyzing code that's already been migrated. Fixes #42308. Bug: https://github.com/dart-lang/sdk/issues/42308 Change-Id: I347b99a3a2cc772bb158b2ba8621ac7bb632653a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167260 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>