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
3.7.0
Cannot trigger rewrite with 3.7.1-RC1 and 3.nightly
//> using scala 3.7.0 //> using options -rewrite -source:3.7-migration -indent object Main: def hh(implicit str: String): String = summon[String] hh: "hello world"
//> using scala 3.7.0 //> using options -rewrite -source:3.7-migration -indent object Main: def hh(implicit str: String): String = summon[String] hh: using "hello world"
should rewrite to working version
The text was updated successfully, but these errors were encountered:
Duplicates the canonical ticket #22731
The PR has a thorough test, though it doesn't do exactly "an arg that is not a function".
Sorry, something went wrong.
Verified that head does not patch.
It may deserve a "known issue" in the 3.7.0 release notes. I don't know where to check for that.
No branches or pull requests
Compiler version
3.7.0
Cannot trigger rewrite with 3.7.1-RC1 and 3.nightly
Minimized code
Output
Expectation
should rewrite to working version
The text was updated successfully, but these errors were encountered: