0e8ee2b668
ExpressionCompiler crashes while detecting current scope if there are any scopes in the library with valid fileOffset and invalid fileEndOffset. Make ExpressionCompiler more tolerant to incomplete offset information by just skipping scopes where fileEndScope is not set. Fixes: https://github.com/dart-lang/sdk/issues/41241 Change-Id: I357017be1cb641053f23144edd5b74f30a9240ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142080 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Anna Gringauze <annagrin@google.com>