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
Implicit parameters should be provided with a `using` clause.
This code can be rewritten automatically under -rewrite -source 3.7-migration.
To disable the warning, please use the following option:
"-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
It would be nice if the compiler could provide the compiler fix for the warning.
The text was updated successfully, but these errors were encountered:
This should add the code action to both Metals and Intellij.
I will try to go over the existing rewrites to see if we can add more actions easily.
Fixesscala#23071
This should add the code action to both Metals and Intellij.
I will try to go over the existing rewrites to see if we can add more actions easily.
Fixesscala#23071
tgodzik
added a commit
to tgodzik/scala3
that referenced
this issue
May 1, 2025
This should add the code action to both Metals and Intellij.
I will try to go over the existing rewrites to see if we can add more actions easily.
Fixesscala#23071
Scala 3.7.0-RC4
This code:
Generates warning:
It would be nice if the compiler could provide the compiler fix for the warning.
The text was updated successfully, but these errors were encountered: