Skip to content

Nullability fixer for interface implementations #26833

@jcouv

Description

@jcouv

When a declaration and an implementation disagree on nullability, a warning is produced.
Given It would be convenient to have a one-click solution to either:

  • change the declaration to match this implementation (this would be especially convenient because navigating to the declaration isn't easy at the moment),
  • change this implementation to match the declaration.

image

There is a similar situation with overrides, but at least there, you can easily GoToDefinition to find the declaration.

Note: this fixer should not have a FixAll.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Nullable

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions