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
Specifically the final STRING_LITERAL doesn't seem to make sense to me. It is always half closed, i.e. doesn't have a leading ". It seems as though it would make more sense to have STRING_PART on both sides.
Why do we tokenize a string interpolation into the following?
Specifically the final
STRING_LITERAL
doesn't seem to make sense to me. It is always half closed, i.e. doesn't have a leading"
. It seems as though it would make more sense to haveSTRING_PART
on both sides.This is the cause of at least one bug, scalastyle/scalastyle#100.
The text was updated successfully, but these errors were encountered: