Implement interface abstractly should not apply to static members #54328
Labels
4 - In Review
A fix for the issue is submitted for review.
Area-IDE
Bug
IDE-CodeStyle
Built-in analyzers, fixes, and refactorings
New Feature - StaticAbstractMembersInInterfaces
Milestone
Implementations of static abstract members in an interface cannot be abstract themselves. Implement Interface Abstractly should perform one of the following actions instead:
static abstract
members declared in the interface (they can be implemented by a subsequent "Implement remaining members" action).static abstract
members, but give them an implementation instead of marking them abstract.The text was updated successfully, but these errors were encountered: