| Index: pkg/analysis_server/lib/src/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| index c1a12ff4935424a86c53e21f7d13aa2be29d35aa..a1dc5764224628011a86ac2debd4c3747841b341 100644
|
| --- a/pkg/analysis_server/lib/src/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| @@ -1516,12 +1516,13 @@ class AnalysisNavigationParams implements HasToJson {
|
| String file;
|
|
|
| /**
|
| - * 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.
|
| */
|
| List<NavigationRegion> regions;
|
|
|
|
|