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
Check MemberAccess actually acesses rewritten member
This should symptomatically fix#4355
The rewriting logic for other modules just looked for MemberAccessContextExpressions as parents
of references of the rewritten target without making sure that the member accessed is actually
the target. That lead to overzealous rewriting.
0 commit comments