Index: sdk/lib/collection/collections.dart |
diff --git a/sdk/lib/collection/collections.dart b/sdk/lib/collection/collections.dart |
index 8729452b7b2cf3b830c0a386a27f23d91529f7f0..54c1fa9866cd07023bd25eb0633d7074420c3d96 100644 |
--- a/sdk/lib/collection/collections.dart |
+++ b/sdk/lib/collection/collections.dart |
@@ -9,6 +9,7 @@ part of dart.collection; |
* |
* Once Dart receives Mixins it will be replaced with mixin classes. |
*/ |
+@deprecated |
class IterableMixinWorkaround { |
static bool contains(Iterable iterable, var element) { |
for (final e in iterable) { |