Skip to content

Meta-issue for discussion of the proposal to allow named arguments everywhere #30353

Closed
@leafpetersen

Description

@leafpetersen

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.

cc @munificent @eernstg @floitschG @lrhn

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).language-discussion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions