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
Warn when named tuples resemble assignments (#21823)
This PR adds a warning for named tuples that look like assignment, such
as `(x = 1)`.
This is the first half to implement #21681. The second will be to add
warnings for named arguments to infix method calls (as a separate PR?).
Started during the Spree of October 21st.
Closes#21770.
0 commit comments