scalameta / scalafmt

Code formatter for Scala
http://scalameta.org/scalafmt
Apache License 2.0
1.42k stars 276 forks source link

RedundantParens: don't rewrite unary within select #4118

Closed kitbellew closed 1 month ago

kitbellew commented 1 month ago

In reality, it's unclear why ApplyUnary extends Term.Ref, but since Term.Select does, too, let's introduce a special-case handling for it. Fixes #4116.