We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0x100000000=>""
static void XXX(long value) { if ((int)value != 0) Console.WriteLine("TRUE"); }
0x100000000=>"TRUE"
static void XXX(long value) { if (value != 0) Console.WriteLine("TRUE"); }
The text was updated successfully, but these errors were encountered:
aae2790
Hi! Can you contact through tencent QQ?
Sorry, something went wrong.
Fix icsharpcode#2398: TranslateCondition: truncate condition value if…
4dbab34
… necessary
No branches or pull requests
Input code
0x100000000=>""
Erroneous output
0x100000000=>"TRUE"
Details
The text was updated successfully, but these errors were encountered: