We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f4e30 commit 5d12360Copy full SHA for 5d12360
docs/_docs/reference/contextual/extension-methods.md
@@ -247,7 +247,7 @@ The following two rewritings are tried in order:
247
1. The selection is rewritten to `m[Ts](e)` and typechecked, using the following
248
slight modification of the name resolution rules:
249
250
- - If `m` is imported by several imports which are all on the nesting level,
+ - If `m` is imported by several imports which are all on the same nesting level,
251
try each import as an extension method instead of failing with an ambiguity.
252
If only one import leads to an expansion that typechecks without errors, pick
253
that expansion. If there are several such imports, but only one import which is
0 commit comments