Summary: Allow `Point p = new (x, y);` Shipped in preview in 16.7p1. ------ - [X] [Proposal](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/target-typed-new.md) added - [X] [Discussed in LDM](https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-02-21.md#target-typed-new-expressions) - [X] Decision in LDM (let's go ahead with prototype) - [ ] Finalized (done, rejected, inactive) - [ ] Spec'ed See also https://github.com/dotnet/roslyn/issues/35 - https://github.com/dotnet/csharplang/blob/master/meetings/2018/LDM-2018-05-21.md - https://github.com/dotnet/csharplang/blob/master/meetings/2018/LDM-2018-06-25.md - https://github.com/dotnet/csharplang/blob/master/meetings/2018/LDM-2018-08-22.md#target-typed-new - https://github.com/dotnet/csharplang/blob/master/meetings/2018/LDM-2018-10-17.md - https://github.com/dotnet/csharplang/blob/master/meetings/2018/LDM-2018-10-17.md#target-typed-new Test plan: https://github.com/dotnet/roslyn/issues/28489
Summary: Allow
Point p = new (x, y);Shipped in preview in 16.7p1.
See also dotnet/roslyn#35
Test plan: dotnet/roslyn#28489