Skip to content

CFE should report a compile-time error when using ":" as the default value separator in 3.0 #51576

@munificent

Description

@munificent

For Dart 3.0, we are removing support for the long-deprecated ancient : default separator syntax:

foo({int x: 3}) {}

Analyzer has already implemented this and reports an error on the above code. The CFE should too.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions