Closed
Description
This issue is to provide a forum for community discussion and feedback related to the proposal to allow named arguments to appear at any position in an argument list.
That is, named arguments may appear before positional arguments when calling a function. Example:
expectAsync(count: 2, () {
some.long.function.body;
});
This entry will be updated when a proposal is available.