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
[error] ./bug.scala:4:3: Ambiguous overload. The overloaded alternatives of method bar in package foo with types
[error] [F[_$3]](x: Int)(implicit dummy: DummyImplicit): Unit
[error] [F[_$2]](x: Int): Unit
[error] both match arguments ((42 : Int))
[error] foo.bar(42)
[error] ^^^^^^^
Expectation
There should be no ambiguity because one of the "ambiguous" methods is package-private.