| Index: sdk/lib/collection/arrays.dart
|
| diff --git a/sdk/lib/collection/arrays.dart b/sdk/lib/collection/arrays.dart
|
| index ce8f8b48c2937eacbfdb42e341cde5e608a5a855..eab224062b3488f5680632be913de5ed3291bade 100644
|
| --- a/sdk/lib/collection/arrays.dart
|
| +++ b/sdk/lib/collection/arrays.dart
|
| @@ -2,6 +2,8 @@
|
| // 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;
|
| +
|
| // TODO(ngeoffray): Rename to Lists.
|
| class Arrays {
|
| static void copy(List src, int srcStart,
|
|
|