Skip to content

[DAS] Review of FunctionType.call member #61319

@FMorschel

Description

@FMorschel

FunctionType.call member is not coloured as a method, and hover shows dynamic, but we get errors like not_enough_positional_arguments and completion for it and named parameters.

Repro:

void f(int i) {
  f.call();
}
Image

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-hoverIssues related to hoverstype-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