| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| index 743bf3da8c0f4573f369985026c440f18add3acb..76078e300ced6f9d9334e8cbd9c45d100c7b4b7e 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -521,13 +521,13 @@ abstract class IntegrationTestMixin {
|
| *
|
| * regions ( List<NavigationRegion> )
|
| *
|
| - * The navigation regions contained in the file. Each navigation region
|
| - * represents a list of targets associated with some range. The lists will
|
| - * usually contain a single target, but can contain more in the case of a
|
| - * part that is included in multiple libraries or in Dart code that is
|
| - * compiled against multiple versions of a package. Note that the
|
| - * navigation regions that are returned do not overlap other navigation
|
| - * regions.
|
| + * The navigation regions contained in the file. The regions are sorted by
|
| + * their offsets. Each navigation region represents a list of targets
|
| + * associated with some range. The lists will usually contain a single
|
| + * target, but can contain more in the case of a part that is included in
|
| + * multiple libraries or in Dart code that is compiled against multiple
|
| + * versions of a package. Note that the navigation regions that are
|
| + * returned do not overlap other navigation regions.
|
| */
|
| Stream<AnalysisNavigationParams> onAnalysisNavigation;
|
|
|
|
|