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
[analyzer] Dot shorthands: Selector chains, add mixin to PropertyAccess and MethodInvocation.
For supporting selector chains, I've added the DotShorthandMixin to PropertyAccess and MethodInvocation, and marked the `isDotShorthand` flag when it's the outer most selector whose context type we care about saving.
Multiple language tests passing + added some unit tests for some simple selector chain cases.
Bug: #59835
Change-Id: I7571eb22b4213be895a756b89ecf74f65c4cced5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/423382
Commit-Queue: Kallen Tu <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Reviewed-by: Chloe Stefantsova <[email protected]>
0 commit comments