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
Properly handle conditional expression within parens as RHS of assignment (#1140)
Fixes#1127
Our previous (hacky) logic for determining the type of a conditional
expression on the RHS of an assignment did not account for the
expression possibly being enclosed in parentheses.
0 commit comments