Changed paths:
M pkg/analysis_server/lib/src/services/correction/dart/convert_field_formal_to_normal.dart
M pkg/analysis_server/test/src/services/correction/assist/convert_field_formal_to_normal_test.dart
Log Message:
-----------
Update ConvertFieldFormalToNormal to handle private named parameters.
This does need an actual change in the implementation. It's pretty
simple. If we are converting a private named initializing formal to a
normal formal, then we:
- Change the parameter in the parameter list to the corresponding
public name.