| Index: pkg/analyzer/lib/src/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
|
| index 4c99474b58b4c133dbd1bfa1e90ba88397bc35c1..67f9e3e9f1c8d1425cb0fded7a9ca63cb319b08a 100644
|
| --- a/pkg/analyzer/lib/src/task/dart.dart
|
| +++ b/pkg/analyzer/lib/src/task/dart.dart
|
| @@ -1939,7 +1939,7 @@ class ComputeLibraryCycleTask extends SourceBasedAnalysisTask {
|
| // and the invalidation code (invalidateLibraryCycles) will ensure that
|
| // element model results will be re-used here only if they are still valid.
|
| if (context.analysisOptions.strongMode) {
|
| - LibraryElementImpl library = getRequiredInput(LIBRARY_ELEMENT_INPUT);
|
| + LibraryElement library = getRequiredInput(LIBRARY_ELEMENT_INPUT);
|
| List<LibraryElement> component = library.libraryCycle;
|
| Set<LibraryElement> filter = new Set<LibraryElement>.from(component);
|
| Set<CompilationUnitElement> deps = new Set<CompilationUnitElement>();
|
|
|