File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/docs/reference/changed-features Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ affect implicits on the language level.
100
100
```
101
101
7 . The rule for picking a _most specific_ alternative among a set of overloaded or implicit
102
102
alternatives is refined to take inferable parameters into account. All else
103
- being equal, an alternative that takes more inferable parameters is taken to be more specific
104
- than an alternative that takes fewer . If both alternatives take the same number of
105
- inferable parameters, we try to choose between them as if they were methods with regular parameters.
103
+ being equal, an alternative that takes some implicit parameters is taken to be less specific
104
+ than an alternative that takes none . If both alternatives take implicit parameters, we try
105
+ to choose between them as if they were methods with regular parameters.
106
106
The following paragraph in the SLS is affected by this change :
107
107
108
108
_Original version: _
You can’t perform that action at this time.
0 commit comments