f7a45a39e9
This change further improves control-flow sensitive handling of local variables when building data-flow summary in TFA. After the invocation x.foo() where x is a variable, and foo is not present in Null, we can infer that subsequent uses of x are non-nullable. Also, this change improves inference of variable types after type casts. Change-Id: I4924de4dd4c18b80fbe0436db895c1c1f2b6fffe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133480 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>
This package hosts VM specific Dart code and helper scripts.