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: Error - unable to resolve a dot shorthand property access.
Added `DOT_SHORTHAND_MISSING_CONTEXT` error code for when we don't find a valid context type to resolve the dot shorthand head with. `DOT_SHORTHAND_UNDEFINED_GETTER` is used for being unable to find a static getter or field with a certain context type and name.
Unit tests added and a few language error + co19 tests passing (eg `simple_identifier_extends_error_test`).
Bug: #59835
Change-Id: Ic515b57dd0f4243b049e02bd58b694a500d57975
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425181
Reviewed-by: Brian Wilkerson <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Commit-Queue: Kallen Tu <[email protected]>
0 commit comments