| Index: pkg/analysis_server/test/integration/support/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/support/integration_test_methods.dart b/pkg/analysis_server/test/integration/support/integration_test_methods.dart
|
| index a566054e606236d620cac88c72f5e533ec96aa7d..d3e63a698c3c217213cb12773bdf30db26d8ce5d 100644
|
| --- a/pkg/analysis_server/test/integration/support/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/support/integration_test_methods.dart
|
| @@ -2040,6 +2040,11 @@ abstract class IntegrationTestMixin {
|
| * Return the list of KytheEntry objects for some file, given the current
|
| * state of the file system populated by "analysis.updateContent".
|
| *
|
| + * If a request is made for a file that does not exist, or that is not
|
| + * currently subject to analysis (e.g. because it is not associated with any
|
| + * analysis root specified to analysis.setAnalysisRoots), an error of type
|
| + * GET_KYTHE_ENTRIES_INVALID_FILE will be generated.
|
| + *
|
| * Parameters
|
| *
|
| * file: FilePath
|
|
|