| Index: pkg/analyzer/lib/src/dart/ast/resolution_map.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/ast/resolution_map.dart b/pkg/analyzer/lib/src/dart/ast/resolution_map.dart
|
| index 975f97d291aea1a1bdfcf77e5c4f40cd96aa2f58..3fe5d0f07c76c293eb1c34ef4f757ecd35576da6 100644
|
| --- a/pkg/analyzer/lib/src/dart/ast/resolution_map.dart
|
| +++ b/pkg/analyzer/lib/src/dart/ast/resolution_map.dart
|
| @@ -151,7 +151,7 @@ class ResolutionMapImpl implements ResolutionMap {
|
| DartType staticTypeForExpression(Expression node) => node.staticType;
|
|
|
| @override
|
| - DartType typeForTypeName(TypeName node) => node.type;
|
| + DartType typeForTypeName(TypeAnnotation node) => node.type;
|
|
|
| @override
|
| Element uriElementForDirective(UriBasedDirective node) => node.uriElement;
|
|
|