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
Explicit result types are requested for implicits because of potential cycles in inference—the details are here, though I haven't decoded that yet: scala/bug#8697 (comment)
To triage this one could turn the described issue into problematic code, adapt the problematic code using the above trick, and see what happens. I might get to try this.
I expected the program to be rejected because the type of
x
is inferred and Dotty requires an explicit result type for implicits.The text was updated successfully, but these errors were encountered: