This option controls whether target-typed new expressions should be preferred when the type is apparent from the declaration.
List<int> x = new();
List<int> x = new List<int>();