| Index: pkg/compiler/lib/src/resolution/constructors.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
|
| index 88a699d9fb22e11627beecc7a93a30803e5789dc..87caf5b464de43df1849ef039fb1e5669e1db810 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -22,6 +22,7 @@ import '../elements/modelx.dart'
|
| FieldElementX,
|
| InitializingFormalElementX,
|
| ParameterElementX;
|
| +import '../elements/names.dart';
|
| import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show CallStructure;
|
| import '../universe/feature.dart' show Feature;
|
|
|