We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7652f05 commit ec9f680Copy full SHA for ec9f680
RetailCoder.VBE/Refactorings/ImplementInterface/ImplementInterfaceRefactoring.cs
@@ -187,7 +187,7 @@ private List<Parameter> GetParameters(Declaration member)
187
})
188
.ToList();
189
190
- if (member.DeclarationType == DeclarationType.PropertyGet)
+ if (member.DeclarationType == DeclarationType.PropertyGet && parameters.Any())
191
{
192
parameters.Remove(parameters.Last());
193
}
0 commit comments