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
Having such visitor will simplify logic in the dart2js backend: we have cases where we need to visit members and need to carefully skip annotations to avoid generating code for them.
We work around this by carefully visiting children of members, but it feels like a brittle approach.