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
Filling this mostly for myself so I remember to work on this later: when implementing the complete semicolon for unit returning functions feature, I forgot another incompliance: closure's last statement can be an expression, and commonly people do not wrap the closure's body in a block even when it returns (), but now we'll complete ; which breaks it.