| 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 c5641a9da605a258e3319b5db29c63ae42acc12b..7dbe3984feeeee6bbe2c9395cb8f28686416b8d4 100644
|
| --- a/pkg/analyzer/lib/src/context/cache.dart
|
| +++ b/pkg/analyzer/lib/src/context/cache.dart
|
| @@ -179,7 +179,7 @@ class AnalysisCache {
|
| if (entry == null) {
|
| return result.defaultValue;
|
| }
|
| - return entry.getValue(result) as Object/*=V*/;
|
| + return entry.getValue(result);
|
| }
|
|
|
| /**
|
|
|