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
By only looking for CastExpressionSyntaxes, you're missing the implicit 0 conversion case. Consider using IOperation to avoid missing this case and not having to deal with syntax.