Skip to content

Missing add import quick-fix case #61128

@FMorschel

Description

@FMorschel

In one file:

class Base {}

In the current file:

mixin A {}

class Final extends Base with A {} // Not working

class Final2 extends Base {} // Working

On the declaration for Final2, we have a quick-fix for import. But not when we have a mixin (try implements A instead and it will work) like in Final.

I'm really unsure how that has anything to do with the quick-fix not showing up (it took me a while to figure it out).

CC @bwilkerson

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-quick-fixIssues with analysis server (quick) fixestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions