| 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 836f884ea943595032654cd1556816550514fe40..61080a08a94a5d5b6e38a58947512c9549187845 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -829,6 +829,16 @@ abstract class IntegrationTestMixin {
|
| *
|
| * The file with which the outline is associated.
|
| *
|
| + * kind ( FileKind )
|
| + *
|
| + * The kind of the file.
|
| + *
|
| + * libraryName ( optional String )
|
| + *
|
| + * The name of the library defined by the file using a 'library' directive,
|
| + * or referenced by a 'part of' directive. This field will be omitted if
|
| + * the file has neither 'library' nor 'part of' directives.
|
| + *
|
| * outline ( Outline )
|
| *
|
| * The outline associated with the file.
|
|
|