scalacenter / scala-syntax

Scalameta pretty printer for better Scalafix refactorings
Apache License 2.0
17 stars 6 forks source link

Fix Apply SyntheticGroup #25

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago

ex: (new A())() would become new A()()

codecov[bot] commented 6 years ago

Codecov Report

Merging #25 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage    86.5%   86.49%   -0.02%     
==========================================
  Files          15       15              
  Lines         808      807       -1     
  Branches       39       36       -3     
==========================================
- Hits          699      698       -1     
  Misses        109      109
Impacted Files Coverage Δ
.../main/scala/org/scalafmt/internal/TreeDocOps.scala 99.22% <ø> (-0.01%) :arrow_down:
...main/scala/org/scalafmt/internal/TreePrinter.scala 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 749744e...0392c8e. Read the comment docs.