| Index: tool/input_sdk/lib/collection/collection.dart
|
| diff --git a/tool/input_sdk/lib/collection/collection.dart b/tool/input_sdk/lib/collection/collection.dart
|
| index 4e93785cf697c6c46bc39941074abba27f3d6263..5a2a9062f4b7484c7f0a1dc0f326d9e9fd8f7e00 100644
|
| --- a/tool/input_sdk/lib/collection/collection.dart
|
| +++ b/tool/input_sdk/lib/collection/collection.dart
|
| @@ -4,6 +4,10 @@
|
|
|
| /**
|
| * Classes and utilities that supplement the collection support in dart:core.
|
| + *
|
| + * To use this library in your code:
|
| + *
|
| + * import 'dart:collection';
|
| */
|
| library dart.collection;
|
|
|
|
|