| 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 136a93093daa31238f7d158875b9b4f634f652d7..463413a1248f52359efa2ebd49a3a297d32ec605 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| @@ -22,6 +22,7 @@ import '../elements/modelx.dart'
|
| LabelElementX,
|
| TargetElementX,
|
| MixinApplicationElementX,
|
| + TypeVariableElementX,
|
| TypedefElementX,
|
| SynthesizedConstructorElementX;
|
| import '../util/util.dart';
|
|
|