Remove empty ArgumentList when creating object initializer #80
Labels
codeanalysis-coderefactorings
Microsoft.CodeAnalysis.CodeRefactorings
enhancement
New feature or request
When creating an object initializer via
F0.CodeAnalysis.CodeRefactorings.ObjectInitializer
,and the type has either the implicit default constructor or an explicit parameterless constructor,
then the
ObjectInitializerExpression
should not have an emptyArgumentList
:Examples:
The text was updated successfully, but these errors were encountered: