5b3cadc7e6
When a mixin introduces a forwarding stub setter in the class hierarchy there also needs to be the accompanying getter in the same class if a getter is present further up the class hierarchy. This is because the setter is represented as a property with only a setter and the lack of a getter will not cause a lookup further up the prototype chain. Fixes: https://github.com/dart-lang/sdk/issues/46867 Change-Id: I8e41eb9d2569f0819200a82367ab7c723a1011cd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209854 Commit-Queue: Nicholas Shahan <nshahan@google.com> Reviewed-by: Mark Zhou <markzipan@google.com>