| Index: sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| index e50729d200dc0735ab62b30e5cb878dd387ac8bb..2f6ce5dfffa709af0f550e82d90750faded174fb 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| library resolution;
|
|
|
| +import 'dart:collection' show Queue, LinkedHashMap;
|
| +
|
| import '../dart2jslib.dart' hide Diagnostic;
|
| import '../../compiler.dart' show Diagnostic;
|
| import '../tree/tree.dart';
|
|
|