Chromium Code Reviews| Index: sdk/lib/core/collection.dart |
| diff --git a/sdk/lib/core/collection.dart b/sdk/lib/core/collection.dart |
| index 0f772d83ed000f578194ed245df8878a78cc16f1..cf56da0c68639bc76d8666dcae5cb1424effaac8 100644 |
| --- a/sdk/lib/core/collection.dart |
| +++ b/sdk/lib/core/collection.dart |
| @@ -16,6 +16,7 @@ part of dart.core; |
| * Collections are [Iterable]. The order of iteration is defined by |
| * each type of collection. |
| */ |
| +@deprecated |
| abstract class Collection<E> extends Iterable<E> { |
| const Collection(); |