| Index: pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
|
| index 326bd393d81fea2efda1294459643cb717ef9666..19039c803d2925136fe6ff78deaef1dcd1a79edf 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -6,6 +6,7 @@ library resolution;
|
|
|
| import 'dart:collection' show Queue;
|
|
|
| +import '../compile_time_constants.dart';
|
| import '../constants/expressions.dart';
|
| import '../constants/values.dart';
|
| import '../dart_backend/dart_backend.dart' show DartBackend;
|
|
|