DescriptionRemove unnecessary overrides of PropertyAccessorElementImpl.operator== and hashCode
It turns out that these overrides aren't necessary, since the
element's location contains enough information to distinguish between
getters and setters. Removing the overrides makes
PropertyAccessorElementImpl's behavior match that of
PropertyAccessorElementHandle, which is important when summaries are
in use.
R=brianwilkerson@google.com
Committed: https://github.com/dart-lang/sdk/commit/f5ef3232ea367ec890de27095f2ef749b0859c7c
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (2 generated)
|