-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate description of tuple indexing into member access better. (#…
…3679) Improve the exposition of the design changes from #3646 to integrate better into the overall description of member access design. This fixes the incorrect description of the rules for `->` by instead relying on the general rule that `->` is rewritten to use `*` and `.` before any other processing is done, and generally makes *integer-literal* names be less of a special case.
- Loading branch information
Showing
1 changed file
with
64 additions
and
65 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