be01632bc0
Normally getters and setters are considered distinct and unrelated by the type inference algorithm. However, if a getter has no declared type and doesn't override anything, then we fall back on inferring its type from an inherited setter, and vice versa. R=sigmund@google.com Review-Url: https://codereview.chromium.org/2946733003 .