-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 047
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
hint| Confidence:high| Auto-fix: ❌
upcase.downcase / downcase.upcase no-op — Calling upcase then downcase (or vice versa) is a no-op. Remove unnecessary calls.
str.upcase.downcase
str.downcase.upcaseNote
See bench results at bench/cat-047/