| 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 1d2ac2f02ff0b258343822aaab89aec2e7c69792..b337d35d52daa5f6827a8f48f1a3ea540d70aca9 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -5,7 +5,7 @@
|
| library dart2js.resolution.constructors;
|
|
|
| import '../common.dart';
|
| -import '../common/resolution.dart' show Feature, Resolution;
|
| +import '../common/resolution.dart' show Resolution;
|
| import '../constants/constructors.dart'
|
| show
|
| GenerativeConstantConstructor,
|
| @@ -24,6 +24,7 @@ import '../elements/modelx.dart'
|
| ParameterElementX;
|
| import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show CallStructure;
|
| +import '../universe/feature.dart' show Feature;
|
| import '../universe/use.dart' show StaticUse;
|
| import '../util/util.dart' show Link;
|
| import 'members.dart' show lookupInScope, ResolverVisitor;
|
|
|