Skip to content

Fix #4408: Remove extra highlighting #4475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2018

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

@@ -352,7 +352,7 @@ object messages {
}

val closeMember = closest match {
case (n, sym) :: Nil => hl""" - did you mean `${s"$siteName.$n"}`?"""
case (n, sym) :: Nil => s""" - did you mean `${s"$siteName.$n"}`?"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need the nested interpolator anymore:

s" - did you mean `$siteName.$n`?"

@nicolasstucki nicolasstucki merged commit b4074b1 into scala:master May 7, 2018
@Blaisorblade Blaisorblade deleted the fix-#4408 branch May 7, 2018 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants