-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
U918-003: Fix name resolution of implicit
/=
operator.
This is done by reworking how implicit `/=` operators are handled. In particular, we remove the special casing done it operator name resolution and instead rely and lexical environments only, by adding an entry for the `/=` operator whenever we have to add an entry for a user-defined `=` operator. This is therefore a nice cleanup.
- Loading branch information
Showing
3 changed files
with
73 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters