| Index: sdk/lib/core/collection.dart
|
| diff --git a/sdk/lib/core/collection.dart b/sdk/lib/core/collection.dart
|
| index 6a725a1b84cda27aa8d246ae139f4b7913c854bd..9982f7463bd3026e7c47622f74936a8aab1a8b43 100644
|
| --- a/sdk/lib/core/collection.dart
|
| +++ b/sdk/lib/core/collection.dart
|
| @@ -18,7 +18,7 @@ part of dart.core;
|
| *
|
| * *Deprecated*: This class is deprecated and will be removed soon.
|
| */
|
| -abstract class Collection<E> extends Iterable<E> {
|
| +abstract class Collection<E> extends IterableBase<E> {
|
| const Collection();
|
|
|
| /**
|
|
|