Index: sdk/lib/_collection_dev/iterable.dart |
diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/_collection_dev/iterable.dart |
index 9b37f0247932414d3d759d128dff0c938bb6c595..c1249856ab2a89d3aadf8b6b7408b58a65b86f11 100644 |
--- a/sdk/lib/_collection_dev/iterable.dart |
+++ b/sdk/lib/_collection_dev/iterable.dart |
@@ -26,6 +26,8 @@ part of dart._collection.dev; |
// for deprecation of json and utf libraries. |
// TODO(floitsch): and dart:async until middle of October for deprecation of |
// getAttachedStackTrace. |
+// TODO(floitsch): and dart:async until end of October for deprecation of |
+// runAsync. |
// We use a random string constant to avoid it clashing with other constants. |
// This is, because we have a test that verifies that no metadata is included |