| Index: pkg/analyzer/lib/src/context/cache.dart
|
| diff --git a/pkg/analyzer/lib/src/context/cache.dart b/pkg/analyzer/lib/src/context/cache.dart
|
| index de913f3c72bc204d6060ce542dfce7c43f7e98b4..eb65a4e4091183d17e64bebb3e347860e2e51a06 100644
|
| --- a/pkg/analyzer/lib/src/context/cache.dart
|
| +++ b/pkg/analyzer/lib/src/context/cache.dart
|
| @@ -405,7 +405,7 @@ class CacheEntry {
|
| if (_partition != null) {
|
| _partition.resultAccessed(target, descriptor);
|
| }
|
| - return data.value;
|
| + return data.value as Object/*=V*/;
|
| }
|
|
|
| /**
|
|
|