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
Should we assume that w is not null at that point? If so, after execution it should be
v:w (v is aliased to w)
If not, it should be
{v:{w, null}}(v might be aliased to w or null: as we do not have information about w)