Changed paths:
M pkg/analyzer/lib/src/error/duplicate_definition_verifier.dart
M pkg/analyzer/test/src/diagnostics/duplicate_definition_test.dart
M tests/language/primary_constructors/wildcard_declaring_parameters_error_test.dart
Log Message:
-----------
DeCo. Report diag.duplicateDefinition for defining formal parameters with name '_'.
Changed paths:
M pkg/analyzer/lib/src/error/duplicate_definition_verifier.dart
M pkg/analyzer/test/src/diagnostics/duplicate_definition_test.dart
M tests/language/primary_constructors/wildcard_declaring_parameters_error_test.dart
Log Message:
-----------
DeCo. Report diag.duplicateDefinition for defining formal parameters with name '_'.
Log Message:
-----------
Mark the ..obvious.. lints as having `state: stable`
This CL changes the `state:` field of the lint documentation records in
pkg/linter/messages.yaml from `experimental` to `stable`.
The CL https://dart-review.googlesource.com/c/sdk/+/479841 was intended
to change the status, and it did remove a paragraph from the
documentation about the lints being experimental, but it was complete in
that it did not change the `state:` fields.