Index: pkg/analyzer/lib/src/summary/format.dart |
diff --git a/pkg/analyzer/lib/src/summary/format.dart b/pkg/analyzer/lib/src/summary/format.dart |
index 8bcfbb56951de0ed3db90ce6782fc3c9c3529008..7228a000998be7f66059c24ab65a06be0a3ac39c 100644 |
--- a/pkg/analyzer/lib/src/summary/format.dart |
+++ b/pkg/analyzer/lib/src/summary/format.dart |
@@ -1677,7 +1677,9 @@ class PackageIndexBuilder extends Object with _PackageIndexMixin implements idl. |
List<String> get strings => _strings ??= <String>[]; |
/** |
- * 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]. |
*/ |
void set strings(List<String> _value) { |
assert(!_finished); |