- From: Tobie Langel <notifications@github.com>
- Date: Thu, 28 Sep 2017 07:55:53 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 September 2017 14:56:31 UTC
tobie commented on this pull request. > @@ -2805,9 +3221,15 @@ that overloaded operations, legacy callers and constructors can be specified to take, and in order to describe these restrictions, the notion of an <em>effective overload set</em> is used. -[=Operations=] and [=legacy callers=] -must not be overloaded across [=interface=] -and [=partial interface=] definitions. +[=Operations=] must not be overloaded across +[=interface=], +[=partial interface=], +[=mixin=], and +[=partial mixin=] +definitions. + +Similarly, [=legacy callers=] must not be overloaded across Oh. Good point. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/433#discussion_r141642206
Received on Thursday, 28 September 2017 14:56:31 UTC