From e67167a4abc988361973ce6f483839f7a46b44d3 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Fri, 10 Apr 2020 14:09:43 -0700 Subject: [PATCH] Update records-wip.md --- proposals/records-wip.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/records-wip.md b/proposals/records-wip.md index daccf36e7d..aa46d6b1f9 100644 --- a/proposals/records-wip.md +++ b/proposals/records-wip.md @@ -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 expression, in lexical order, using the result of the `Clone` method as the receiver. +