For Dart 3.0, we are [removing support](https://github.com/dart-lang/language/issues/2357) for the long-deprecated ancient `:` default separator syntax: ```dart foo({int x: 3}) {} ``` Analyzer has already implemented this and reports an error on the above code. The CFE should too.