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
If import Magic.{given _} is removed, the output is as expected. The question is: should this import change the behavior? given Magic[Foo] should be more specific and preferred to given Magic[String]
Minimized code
Output
In string
Expectation
In foo
Remarks
import Magic.{given _}
is removed, the output is as expected. The question is: should this import change the behavior?given Magic[Foo]
should be more specific and preferred togiven Magic[String]
Snippet
https://scastie.scala-lang.org/vincenzobaz/tGQhSpQ8TQyiOeTNAvSGbA/104
The text was updated successfully, but these errors were encountered: