ExpressionTreeToString icon indicating copy to clipboard operation
ExpressionTreeToString copied to clipboard

C# writer/visitor: wrap checked math with `checked` expression

Open zspitz opened this issue 5 years ago • 0 comments

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/checked

This is only needed for C#. Currently in VB all math is checked.

zspitz avatar Oct 29 '20 21:10 zspitz