| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| ===================================================================
|
| --- pkg/analysis_server/test/integration/integration_test_methods.dart (revision 43367)
|
| +++ pkg/analysis_server/test/integration/integration_test_methods.dart (working copy)
|
| @@ -1058,11 +1058,15 @@
|
| *
|
| * selectionOffset ( int )
|
| *
|
| - * The offset of the current selection in the file.
|
| + * The offset of the current selection in the file. In case preserving,
|
| + * selection information is not required, 0 can be specified for both
|
| + * selection offset and length.
|
| *
|
| * selectionLength ( int )
|
| *
|
| - * The length of the current selection in the file.
|
| + * The length of the current selection in the file. In case preserving,
|
| + * selection information is not required, 0 can be specified for both
|
| + * selection offset and length.
|
| *
|
| * Returns
|
| *
|
|
|