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.
Show a suggestion when the base type declaration can be omitted.
class A : object // redundant "object" { } class A // after applying the quick fix { }
Tip
A quick fix is available to remove the redundant base type declaration.
Note
The analyzer can be configured or deactivated in the ReSharper Options or Rider Settings dialog.