scalameta / scalafmt

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

FormatTokensRewrite: fix MultiNL copy bug #4125

Closed kitbellew closed 1 month ago

kitbellew commented 1 month ago

newlinesBetween returns the number of actual newlines, but not the number of newline-representing tokens (which could be fewer if MultiNL is used). Leads to allocating too many and ending up with a null.