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 0c417ea commit 9a739b5Copy full SHA for 9a739b5
index.bs
@@ -3329,6 +3329,11 @@ that overloaded operations and constructors can be
3329
specified to take, and in order to describe these restrictions,
3330
the notion of an <em>effective overload set</em> is used.
3331
3332
+A set of overloaded [=operations=] must either:
3333
+
3334
+* contain no [=operations=] whose [=return type=] is a [=promise type=];
3335
+* only contain [=operations=] whose [=return type=] is a [=promise type=].
3336
3337
[=Operations=] must not be overloaded across
3338
[=interface=],
3339
[=partial interface=],
0 commit comments