Eric

Results 3 issues of Eric

Example code: ``` public FuncA() { if (((0 > 0 && 0 0 && 0 0 && 0

bug

The else block in a nested if-else is missing braces around its statements in the decompilation, which means those statements will always execute even if the if condition is true....

small example where the first conditional return statement will not decompile to the correct result. The operator gets flipped from != to == ``` #pragma semicolon 1; #include public OnPluginStart()...

bug