Would be possible to support syntax like this?.... `new List<int>() { 1, 2, 3 }`
Would be possible to support syntax like this?....
new List<int>() { 1, 2, 3 }