b474f5e754
This will be necessary when we try to integrate type inference with the creation of forwarding nodes, because getter types can be inferred from inherited setters and vice versa. We accomplish this by producing two separate lists (getters and setters), then merging them together. This results in a list where correspondingly-named getters and setters are grouped together, with getters appearing before setters. Change-Id: I549f0b4354370753a6aa7a15285d778980fb4841 Reviewed-on: https://dart-review.googlesource.com/12900 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>