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
Compiler error due to the fact that summonFrom only seems to do the implicit search within the closest enclosing scope (it compiles if the given is imported in the same scope as the summonFrom call).
Expectation
The calls to summon and summonFrom should obey the same rules for implicit search.