You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements. Inline AugmentableFragment into FragmentImpl.
This required a few changes to duplicate declarations checking, so I
made a few related changes there. There are two main changes:
1. Record `ElementImpl`s as scope entries. Which is more precise, we
declare elements, not fragments.
2. Record getters and setters explicitly, move responsibility for
decomposing `PropertyInducingElement` this out of
`_checkDuplicateIdentifier()`, which IMHO makes it more cohesive.
Change-Id: I5eb117b3f830c1d1802c5f6fa836ff4324d4dc23
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438841
Reviewed-by: Paul Berry <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>
0 commit comments