Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 1375163003: Specification change for the 'libraryName' and 'partOfLibraryName' fields in Outline. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge 'libraryName' and 'partOfLibraryName' fields. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698