| Index: pkg/analyzer/lib/src/context/context.dart
|
| diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart
|
| index 22e8886c0ae48848391751db6d4024691d285ffc..b320e9b30aec1fcf668bc272f21b783959ecae08 100644
|
| --- a/pkg/analyzer/lib/src/context/context.dart
|
| +++ b/pkg/analyzer/lib/src/context/context.dart
|
| @@ -260,6 +260,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
|
| _priorityOrder = sources;
|
| }
|
| }
|
| + dartWorkManager.applyPriorityTargets(_priorityOrder);
|
| }
|
|
|
| @override
|
|
|