**Version Used**: Compiler version: '5.0.0-2.25505.1 (c8471606)'. Language version: 14.0. **Steps to Reproduce**: ````c# int a = 10; _ = a > -1 && a < 100; ```` <img width="1060" height="337" alt="Image" src="https://github.com/user-attachments/assets/51f388c3-e7cc-4bd1-8bf0-604eb4af04b4" /> **Diagnostic Id**: IDE0078 **Expected Behavior**: No extra parentheses **Actual Behavior**: Extra parentheses