| Index: dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart b/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
|
| index 88d7eba72fcbd59b760c177255237f51aacd7f28..366c709ed07b24c001f4d7c02291bd9d9eb24b63 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
|
| @@ -8,17 +8,20 @@ import 'dart:collection' show IterableBase, HashSet;
|
|
|
| import '../dart_types.dart' show DynamicType;
|
| import '../elements/elements.dart';
|
| -import '../elements/modelx.dart'
|
| - show ElementX,
|
| - ConstructorElementX,
|
| - FunctionElementX,
|
| - TypedefElementX,
|
| - VariableElementX,
|
| - FieldElementX,
|
| - VariableList,
|
| - ClassElementX,
|
| - MetadataAnnotationX,
|
| - MixinApplicationElementX;
|
| +
|
| +import '../elements/modelx.dart' show
|
| + ClassElementX,
|
| + ConstructorElementX,
|
| + DeclarationSite,
|
| + ElementX,
|
| + FieldElementX,
|
| + FunctionElementX,
|
| + MetadataAnnotationX,
|
| + MixinApplicationElementX,
|
| + TypedefElementX,
|
| + VariableElementX,
|
| + VariableList;
|
| +
|
| import '../elements/visitor.dart'
|
| show ElementVisitor;
|
| import '../dart2jslib.dart';
|
|
|