We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following test fails on master despite the upgrade to scalameta v3.7 in #1170
<<< ONLY scalafix#619 def a = (1, 2, 3) match { case (r, \u03b8, \u03c6) => r + \u03b8 + \u03c6 } >>> def a = (1, 2, 3) match { case (r, \u03b8, \u03c6) => r + \u03b8 + \u03c6 }
The text was updated successfully, but these errors were encountered:
This will be fixed as upgrading scalameta v4.0.0-M6 https://github.com/scalameta/scalameta/releases/tag/v4.0.0-M6 scalameta/scalameta#1627
Sorry, something went wrong.
Add test for scalameta#1176
2657e38
This has been fixed as upgrading scalameta to v4.0.0 scalameta#1283 https://github.com/scalameta/scalameta/releases/tag/v4.0.0-M6 scalameta/scalameta#1627
Merge pull request #1287 from tanishiking/add-test-for-vanishing-unic…
ab4f2d4
…ode-literal Add test for #1176
Successfully merging a pull request may close this issue.
The following test fails on master despite the upgrade to scalameta v3.7 in #1170
The text was updated successfully, but these errors were encountered: