Skip to content

Commit

Permalink
Prevent operation overloading across mixins and interfaces
Browse files Browse the repository at this point in the history
Closes #261.
  • Loading branch information
tobie committed Sep 28, 2017
1 parent f254d42 commit 8925431
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3143,8 +3143,12 @@ that overloaded operations 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=] must not be overloaded across [=interface=]
and [=partial interface=] definitions.
[=Operations=] must not be overloaded across
[=interface=],
[=partial interface=],
[=mixin=], and
[=partial mixin=]
definitions.

<div class="note">

Expand Down

0 comments on commit 8925431

Please sign in to comment.