| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| ===================================================================
|
| --- pkg/analysis_server/test/integration/integration_test_methods.dart (revision 42834)
|
| +++ pkg/analysis_server/test/integration/integration_test_methods.dart (working copy)
|
| @@ -1018,6 +1018,11 @@
|
| * the original as possible, but whitespace at the beginning or end of the
|
| * selected region will be ignored.
|
| *
|
| + * If a request is made for a file which does not exist, or which 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
|
| + * FORMAT_INVALID_FILE will be generated.
|
| + *
|
| * Parameters
|
| *
|
| * file ( FilePath )
|
|
|