| 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 7e043dd1541d2cb517188c43eee2457d9b093d9d..251adc51fa5945e083876522d0d59681f8ef2ac8 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -543,6 +543,16 @@ abstract class IntegrationTestMixin {
|
| * 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.
|
| + *
|
| + * targets ( List<NavigationTarget> )
|
| + *
|
| + * The navigation targets referenced in the file. They are referenced by
|
| + * NavigationRegions by their index in this array.
|
| + *
|
| + * files ( List<FilePath> )
|
| + *
|
| + * The files containing navigation targets referenced in the file. They are
|
| + * referenced by NavigationTargets by their index in this array.
|
| */
|
| Stream<AnalysisNavigationParams> onAnalysisNavigation;
|
|
|
|
|