-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Nested members in with and object creation
- Specification: None yet
- Discussion: [Proposal]: nested members in `with` and object creation #9002
Summary
If we go ahead and add support for extended names in property patterns (if (e is MethodCallExpression { Method.Name: "MethodName" })), it makes sense for symmetry to allow this in with and object creation expressions:
methodCallExpression with { Method.Name = "MethodName" }
new MethodCallExpression(...) { Method.Name = "MethodName" }
Design meetings
Reactions are currently unavailable