2448fc70b7
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>