aeff1c00f2
It should expand past abstract classes if that allows to merge two consequtive ranges with the same target into one. In Dart 2 mode cid ranges are often interrupted by abstract classes introduced by mixin transformation. This change allows to expand ranges past those classes and merge consequtive ranges that have the same target. Change-Id: Ic0f4fa956d989609bebbe6f8d275491c562aa492 Reviewed-on: https://dart-review.googlesource.com/61929 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>