| Index: pkg/analyzer/lib/dart/ast/resolution_map.dart
|
| diff --git a/pkg/analyzer/lib/dart/ast/resolution_map.dart b/pkg/analyzer/lib/dart/ast/resolution_map.dart
|
| index 37ee0545ce51b2a3426104f769c58e1eac891238..a9e59ff45d594aedd5ee92aca1838dccd8c6f348 100644
|
| --- a/pkg/analyzer/lib/dart/ast/resolution_map.dart
|
| +++ b/pkg/analyzer/lib/dart/ast/resolution_map.dart
|
| @@ -279,7 +279,7 @@ abstract class ResolutionMap {
|
| * Return the type being named by [node], or `null` if the AST structure has
|
| * not been resolved.
|
| */
|
| - DartType typeForTypeName(TypeName node);
|
| + DartType typeForTypeName(TypeAnnotation node);
|
|
|
| /**
|
| * Return the element associated with the uri of the directive [node], or
|
|
|