| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index 4df1c2826c99b1f46351669fbf3e36b2fb6ee07e..5837d05dacd4ee8274a6c353111ddf31cff69c6c 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -102,7 +102,7 @@ final ResultDescriptor<CompilationUnit> PARSED_UNIT =
|
| */
|
| final ResultDescriptor<CompilationUnit> RESOLVED_UNIT =
|
| new ResultDescriptor<CompilationUnit>('RESOLVED_UNIT', null,
|
| - cachingPolicy: AST_CACHING_POLICY);
|
| + cachingPolicy: AST_RESOLVED_CACHING_POLICY);
|
|
|
| /**
|
| * The kind of a [Source].
|
|
|