| 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 bafa0b9b672bc4bcf0070b5c2ef750b93aa49f66..217b3eb080ba598bcbd90710da6c29760be534f9 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| @@ -15,6 +15,7 @@ import '../tree/tree.dart';
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart'
|
| show BaseClassElementX,
|
| + BaseFunctionElementX,
|
| ConstructorElementX,
|
| ErroneousElementX,
|
| FieldElementX,
|
|
|