| Index: sdk/lib/_collection_dev/iterable.dart
|
| diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/_collection_dev/iterable.dart
|
| index 99659ac911d154c47a2905a7a92aa677e1e43ae0..9e7b9902c8a67bda7d2aeef1b37d2f844c08e50b 100644
|
| --- a/sdk/lib/_collection_dev/iterable.dart
|
| +++ b/sdk/lib/_collection_dev/iterable.dart
|
| @@ -20,6 +20,8 @@ part of dart._collection.dev;
|
| // tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| // tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| // sdk/lib/core/regexp.dart
|
| +// TODO(floitsch): also used in dart:async until end of September for
|
| +// deprecation of runZonedExperimental.
|
|
|
| const deprecated = 0;
|
|
|
|
|