| Index: sdk/lib/collection/maps.dart
|
| diff --git a/sdk/lib/collection/maps.dart b/sdk/lib/collection/maps.dart
|
| index a8b4308e2e1fd834eb8474379d073bc76e778a75..6c9472cca1f8db2f59a388c39d9e69a54e7aa99a 100644
|
| --- a/sdk/lib/collection/maps.dart
|
| +++ b/sdk/lib/collection/maps.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;
|
| +
|
| /*
|
| * Helper class which implements complex [Map] operations
|
| * in term of basic ones ([Map.keys], [Map.operator []],
|
|
|