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
A unary operator expression `pre.op` where `op` is one of `+`, `-`, `~`, `!`
that has a constant type `ConstantType(v)` but that is not a constant expression
(i.e. `pre` has side-effects) is translated to
{ pre; v }
This avoids the situation where we have a Select node which does not have a symbol.
0 commit comments