17.13.6:
Steps to Reproduce:
The suggestion "IDE0047 Removing unecessary parentheses" around the array
var list = new List<int[]>
{
([1, 2, 3])
};
results into the code that can't be compiled and shows this errors:

Expected Behavior:
Actual Behavior: