Please support assignment operators within with
expressions.
#7950
Replies: 2 comments
-
Duplicate of #5176. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That should arguably be two issues. I don't think it makes as much sense in object initializers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example:
I tried to use this and found it missing.
I expect this to be similar to the following:
The difference I would expect is that the
state
expression would be evaluated only once with the former.Beta Was this translation helpful? Give feedback.
All reactions