This option controls whether the simpler default literal should be preferred over default(T) when the type can be inferred.
int x = default;
int x = default(int);