mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Operator precedence made the condition read (setting && Add) || Subtract, so 'x -= 1' was converted to 'x--' even with IntroduceIncrementAndDecrement disabled. Only observable with the non-default setting, which no fixture configuration exercises, so no test accompanies the fix. Assisted-by: Claude:claude-fable-5:Claude Codepull/3953/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue