| Index: pkg/analyzer/lib/src/dart/analysis/driver.dart | 
| diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart | 
| index a903243206e7994b1b4313c1b609cf9d9a60fe9a..a84d458d3313eb9c5b74f2d59c6ea23cce8730fc 100644 | 
| --- a/pkg/analyzer/lib/src/dart/analysis/driver.dart | 
| +++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart | 
| @@ -241,6 +241,11 @@ class AnalysisDriver { | 
| Set<String> get knownFiles => _fsState.knownFiles; | 
|  | 
| /** | 
| +   * Return the list of files that the driver should try to analyze sooner. | 
| +   */ | 
| +  List<String> get priorityFiles => _priorityFiles.toList(growable: false); | 
| + | 
| +  /** | 
| * Set the list of files that the driver should try to analyze sooner. | 
| * | 
| * Every path in the list must be absolute and normalized. | 
|  |