Skip to content

Missing reviews for some create fixesย #61192

@FMorschel

Description

@FMorschel

While working on #61186 I noticed some things:

  1. Missing create method "method" quick fix when the class is defined in another part fileย #60472 is missing some test cases (might be working but I've not manually tested either):
  • Method/function (tear-offs)
  • Operators
  • Extension members
  1. The following example has no Create extension method case:
class A<T> {}

T? Function() i<T>(A<T> a) => a.methodTearoff;

And it should have the same priority mentioned at this comment (before getters).

FYI @bwilkerson

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-quick-fixIssues with analysis server (quick) fixestype-code-healthInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainable

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions