Implement support for generic function instantiation of existing function objects in constants #47150
Closed
6 tasks done
Labels
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
implementation
Track the implementation of a specific feature (use on area-meta issue, not issues for each tool)
Milestone
With dart-lang/language#1812, support for generic function instantiation of an existing function object was added to Dart. This issue is concerned with adding support for the same feature for constant expressions. For example:
Along with these explicit forms, the implicit forms (guided by the context type) should be supported as well.
This feature is part of the constructor-tearoffs feature bundle.
Subtasks:
The text was updated successfully, but these errors were encountered: