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
Exclude self and super constructor calls from purity warnings
Don't issue a "pure expression does nothing in statement position" for self and
super constructor calls. They are conceptually unit-returning in this position anyway.
0 commit comments