DescriptionFix issues in name resolution
Looking up a name x in the library scope or in a prefix can also return
the setter name x=. There were several situations that were not handled
right.
- a getter x and a setter x= should not result in a duplicate name
error (and thus a resolution error at runtime).
- when looking for an untangled name x but a setter x= is found first,
keep looking for x.
BUG=25625
R=regis@google.com
Committed: https://github.com/dart-lang/sdk/commit/5a0a097188532a7348040499aee19695173f67cf
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 6 (3 generated)
|