| Index: dart/pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/dart/pkg/compiler/lib/src/resolution/resolution.dart b/dart/pkg/compiler/lib/src/resolution/resolution.dart
|
| index e54c371b4cd4e735545fd1d85c4e0b2c7e8fe070..3489fbdeac6e92be63a784c4b1c7bf9dce343ad2 100644
|
| --- a/dart/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/dart/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -22,6 +22,7 @@ import '../elements/modelx.dart' show
|
| ErroneousConstructorElementX,
|
| ErroneousElementX,
|
| ErroneousFieldElementX,
|
| + ErroneousInitializingFormalElementX,
|
| FieldElementX,
|
| FormalElementX,
|
| FunctionElementX,
|
|
|