Files
sdk/pkg/_fe_analyzer_shared/test/flow_analysis
Paul Berry 2448fc70b7 Flow analysis: Unit test parenthesized expressions properly.
Previously, the unit tests for flow analysis re-used the logic from
the _WrappedExpression class, which uses
FlowAnalysis.forwardExpression rather than
FlowAnalysis.parenthesizedExpression.  As a result,
FlowAnalysis.parenthesizedExpression wasn't being unit tested.

Change-Id: I1905808fd3a7788cb15d28c82d773369c061da59
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175164
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2020-12-05 01:40:32 +00:00
..