| Index: sdk/lib/core/iterable.dart
|
| diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
|
| index 41972b9a255f1339d1f3e510649d943d527c7706..faaed3d4eb3102b750297c5f2e13e8c4672fab64 100644
|
| --- a/sdk/lib/core/iterable.dart
|
| +++ b/sdk/lib/core/iterable.dart
|
| @@ -76,7 +76,7 @@ abstract class Iterable<E> {
|
| /**
|
| * Check whether the collection contains an element equal to [element].
|
| */
|
| - bool contains(E element);
|
| + bool contains(Object element);
|
|
|
| /**
|
| * Applies the function [f] to each element of this collection.
|
|
|