| Index: test/generated_sdk/lib/collection/collection.dart
|
| diff --git a/test/generated_sdk/lib/collection/collection.dart b/test/generated_sdk/lib/collection/collection.dart
|
| index 022d2dc87dc02332f9bc22c523ca1dfa5949357c..79cace214f469b570636ec4e0fe289296d4bb52d 100644
|
| --- a/test/generated_sdk/lib/collection/collection.dart
|
| +++ b/test/generated_sdk/lib/collection/collection.dart
|
| @@ -23,6 +23,9 @@ part 'maps.dart';
|
| part 'queue.dart';
|
| part 'set.dart';
|
| part 'splay_tree.dart';
|
| +import 'dart:_foreign_helper' show JS;
|
| +import 'dart:_js_helper' show
|
| + fillLiteralMap, InternalMap, NoInline, NoThrows, patch;
|
|
|
| class _HashMap<K, V> implements HashMap<K, V> {
|
| int _length = 0;
|
|
|