| Index: sdk/lib/internal/lists.dart
|
| diff --git a/sdk/lib/_collection_dev/lists.dart b/sdk/lib/internal/lists.dart
|
| similarity index 98%
|
| rename from sdk/lib/_collection_dev/lists.dart
|
| rename to sdk/lib/internal/lists.dart
|
| index eed1df599024bf882ed5c884be7eff9b58f116e2..f821616bd638ad8f2adaaa753547620e6f8c2d15 100644
|
| --- a/sdk/lib/_collection_dev/lists.dart
|
| +++ b/sdk/lib/internal/lists.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;
|
|
|
| class Lists {
|
| static void copy(List src, int srcStart,
|
|
|