Files
sdk/pkg/analyzer/lib
Paul Berry 2805019038 Fix warnings in pkg/analyzer caused by be6a822daf
Dart's type promotion rules aren't sophisticated enough to understand
that (a is num && b is num) || (a is String && b is String) means that
it is safe to evaluate (a + b), so we have to split it into two
separate cases.

TBR=mfairhurst@google.com,scheglov@google.com

Review-Url: https://codereview.chromium.org/2605583002 .
2016-12-25 08:00:46 -08:00
..
2016-09-15 07:49:27 -07:00