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
A method with _implicit parameters_ can be applied to arguments just like a normal method. In this case the implicit label has no effect. However, if such a method misses arguments for its implicit parameters, such arguments will be automatically provided.
14
14
15
15
The actual arguments that are eligible to be passed to an implicit parameter fall into two categories:
16
+
16
17
* First, eligible are all identifiers x that can be accessed at the point of the method call without a prefix and that denote an implicit definition or an implicit parameter.
17
18
* Second, eligible are also all members of companion modules of the implicit parameter's type that are labeled implicit.
0 commit comments