| Index: sdk/lib/internal/iterable.dart
|
| diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/internal/iterable.dart
|
| similarity index 99%
|
| rename from sdk/lib/_collection_dev/iterable.dart
|
| rename to sdk/lib/internal/iterable.dart
|
| index 4bcc7b8c6b7db5aaa7b4aeee60d53caef62c76ff..85c505c8eef6c3e832b846a84a0d3daf777c87e5 100644
|
| --- a/sdk/lib/_collection_dev/iterable.dart
|
| +++ b/sdk/lib/internal/iterable.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart._collection.dev;
|
| +part of dart._internal;
|
|
|
| /**
|
| * Marker interface for [Iterable] subclasses that have an efficient
|
|
|