| Index: pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| index db4c1dd781f7347c390f7486224a987e2799e9fa..dfef73b9bd8b8401e1a4a50d3ad708de82a9e30c 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| @@ -1882,7 +1882,7 @@ class C {foo(){^} void bar() {}}''');
|
| }
|
|
|
| test_FieldFormalParameter_in_non_constructor() async {
|
| - // SimpleIdentifer FieldFormalParameter FormalParameterList
|
| + // SimpleIdentifier FieldFormalParameter FormalParameterList
|
| addTestSource('class A {B(this.^foo) {}}');
|
| await computeSuggestions();
|
|
|
|
|