| Index: pkg/analysis_server/test/services/correction/fix_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| index bf4e5a24e2b101ce17a83dedff2b21aae9f8bc4c..625be28a14f37a5b6cd18bff6f61d6274ec05f12 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -233,6 +233,9 @@ main() {
|
| new A.named(1, 2.0);
|
| }
|
| ''');
|
| + _assertLinkedGroup(
|
| + change.linkedEditGroups[0],
|
| + ['named(int ', 'named(1']);
|
| }
|
|
|
| void test_createConstructorSuperExplicit() {
|
|
|