Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update records-wip.md #3353

Merged
merged 8 commits into from
Apr 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proposals/records-wip.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ of the left-hand side.
The evaluation of a `with` expression is equivalent to calling the `Clone` method exactly once,
and then setting the backing field of each record property in the argument list to its corresponding
agocke marked this conversation as resolved.
Show resolved Hide resolved
agocke marked this conversation as resolved.
Show resolved Hide resolved
expression, in lexical order, using the result of the `Clone` method as the receiver.
agocke marked this conversation as resolved.
Show resolved Hide resolved