| Index: pkg/analyzer/lib/src/dart/element/handle.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/element/handle.dart b/pkg/analyzer/lib/src/dart/element/handle.dart
|
| index 2b9751e89c9c235f778cf90db2acb8e777f47add..4cdd997ffca31f9ffb2fc2394548f842ffae77cf 100644
|
| --- a/pkg/analyzer/lib/src/dart/element/handle.dart
|
| +++ b/pkg/analyzer/lib/src/dart/element/handle.dart
|
| @@ -905,6 +905,7 @@ class MethodElementHandle extends ExecutableElementHandle
|
| @override
|
| MethodDeclaration computeNode() => actualElement.computeNode();
|
|
|
| + @deprecated
|
| @override
|
| FunctionType getReifiedType(DartType objectType) =>
|
| actualElement.getReifiedType(objectType);
|
|
|