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
No given instance of type Bar was found for parameter x of method summon in object Predef.
I found:
given_Bar(using )
But given instance given_Bar does not match type Bar.
Expectation
Minimized code should compile
Alternatively, compiler should prevent (or at least warn) user from giving context parameters default values inside given definition.