Skip to content

Commit

Permalink
Allow same identifier in static and regular ops
Browse files Browse the repository at this point in the history
Closes #1097.
  • Loading branch information
lucacasonato authored May 10, 2022
1 parent dbde1ea commit c87ac43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2048,8 +2048,8 @@ Note: The identifier can be the same
as that of another operation on the interface, however.
This is how operation overloading is specified.

The [=identifier=] of a [=static operation=]
also must not be the same as the identifier
Note: The [=identifier=] of a [=static operation=]
can be the same as the identifier
of a [=regular operation=]
defined on the same [=interface=].

Expand Down

0 comments on commit c87ac43

Please sign in to comment.