| Index: pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
|
| index e2321fba9c71bc41b6e88c9cdb4131ca2ffe1501..a61c9dab59e377e388758d8706e6dc1823bc1e02 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
|
| @@ -4113,7 +4113,7 @@ class X{}''');
|
|
|
| expect(replacementOffset, completionOffset);
|
| expect(replacementLength, 0);
|
| - // Contributed by FieldFormalConstructorContributor
|
| + // Contributed by FieldFormalContributor
|
| assertNotSuggested('b');
|
| assertNotSuggested('_c');
|
| assertNotSuggested('sb');
|
| @@ -4151,7 +4151,7 @@ class X{}''');
|
|
|
| expect(replacementOffset, completionOffset - 1);
|
| expect(replacementLength, 1);
|
| - // Contributed by FieldFormalConstructorContributor
|
| + // Contributed by FieldFormalContributor
|
| assertNotSuggested('b');
|
| assertNotSuggested('_c');
|
| assertNotSuggested('d');
|
| @@ -4188,7 +4188,7 @@ class X{}''');
|
|
|
| expect(replacementOffset, completionOffset);
|
| expect(replacementLength, 1);
|
| - // Contributed by FieldFormalConstructorContributor
|
| + // Contributed by FieldFormalContributor
|
| assertNotSuggested('b');
|
| assertNotSuggested('_c');
|
| assertNotSuggested('d');
|
| @@ -4226,7 +4226,7 @@ class X{}''');
|
| expect(replacementOffset, completionOffset);
|
| expect(replacementLength, 0);
|
| assertNotSuggested('b');
|
| - // Contributed by FieldFormalConstructorContributor
|
| + // Contributed by FieldFormalContributor
|
| assertNotSuggested('_c');
|
| assertNotSuggested('d');
|
| assertNotSuggested('_e');
|
|
|