| Index: sdk/lib/_collection_dev/iterable.dart
|
| diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/_collection_dev/iterable.dart
|
| index 5001fe38fe20cefba1d83a18e521d7404e5a38c4..9b37f0247932414d3d759d128dff0c938bb6c595 100644
|
| --- a/sdk/lib/_collection_dev/iterable.dart
|
| +++ b/sdk/lib/_collection_dev/iterable.dart
|
| @@ -24,6 +24,8 @@ part of dart._collection.dev;
|
| // deprecation of runZonedExperimental.
|
| // TODO(floitsch): also used in dart:json and dart:utf until middle of October
|
| // for deprecation of json and utf libraries.
|
| +// TODO(floitsch): and dart:async until middle of October for deprecation of
|
| +// getAttachedStackTrace.
|
|
|
| // 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
|
|
|