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
Extend arithmetic operators on all lower precision types to return int
- All C# arithmetic operators +, *, /, etc return an integer when used on lower precision types such as byte and short. Fix that this was only being handled for left shift an right shift operators.
0 commit comments