Index: pkg/analyzer/lib/src/summary/idl.dart |
diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart |
index 79cb8e30773dfdd943f231a5ee7fcf30114539cd..0df5ab32b291e463acbf495020251c99478345fb 100644 |
--- a/pkg/analyzer/lib/src/summary/idl.dart |
+++ b/pkg/analyzer/lib/src/summary/idl.dart |
@@ -566,7 +566,9 @@ abstract class PackageIndex extends base.SummaryClass { |
List<int> get elementUnits; |
/** |
- * List of unique element strings used in this [PackageIndex]. |
+ * List of unique element strings used in this [PackageIndex]. The list is |
+ * sorted in ascending order, so that the client can quickly check the |
+ * presence of a string in this [PackageIndex]. |
*/ |
@Id(6) |
List<String> get strings; |