| Index: pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| index 7b908a8c0005c2cb1ac2fe16f0e9a60d41632c4c..e2b3a4664095c639d8585fba7bd31d8386c5003b 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| @@ -95,13 +95,13 @@ class _Visitor extends LocalDeclarationVisitor {
|
| void declaredLabel(Label label, bool isCaseLabel) {}
|
|
|
| @override
|
| - void declaredLocalVar(SimpleIdentifier name, TypeAnnotation type) {}
|
| + void declaredLocalVar(SimpleIdentifier name, TypeName type) {}
|
|
|
| @override
|
| void declaredMethod(MethodDeclaration declaration) {}
|
|
|
| @override
|
| - void declaredParam(SimpleIdentifier name, TypeAnnotation type) {}
|
| + void declaredParam(SimpleIdentifier name, TypeName type) {}
|
|
|
| @override
|
| void declaredTopLevelVar(
|
|
|