| Index: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| index 7eff21806839a4324047261e2c03b9cca2dfc3a9..24a2c60398fec3ea448d3badef90f9974079f1d9 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| @@ -2054,7 +2054,7 @@ int myFunc() {}
|
| }
|
|
|
| test_FieldFormalParameter_in_non_constructor() async {
|
| - // SimpleIdentifer FieldFormalParameter FormalParameterList
|
| + // SimpleIdentifier FieldFormalParameter FormalParameterList
|
| addTestSource('class A {B(this.^foo) {}}');
|
| await computeSuggestions();
|
| expect(replacementOffset, completionOffset);
|
|
|