| Index: sdk/lib/core/iterable.dart
|
| diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
|
| index 9a0bf6fc89a47711f2fa358b0fbea891e6c373b9..99b520034fd5a272384c338aa34d4f4b3efbe12e 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.
|
|
|