You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@LesRamer 2nd and 3rd case is already covered by RCS1104. The other two ones are tricky because there is a negation which can lead to less readable code.
It would be useful to add refactoring (not analyzer) that would simplify these two remaining cases.
Product and Version Used: 2.2.0
Steps to Reproduce:
get refactorings for
a ? false : b
Actual Behavior:
no simplification
Expected Behavior:
simplification:
!a && b
The text was updated successfully, but these errors were encountered: