-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-hoverIssues related to hoversIssues related to hoverstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
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();
}

Work to be done:
- Hover - https://dart-review.googlesource.com/c/sdk/+/448980
- Syntax highlight:
- Quick-fix - https://dart-review.googlesource.com/c/sdk/+/449142
- Completion - https://dart-review.googlesource.com/c/sdk/+/451544
- Go to Definition - https://dart-review.googlesource.com/c/sdk/+/456000
- Go to References
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-hoverIssues related to hoversIssues related to hoverstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)