| Index: pkg/compiler/lib/src/resolution/members.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/members.dart b/pkg/compiler/lib/src/resolution/members.dart
|
| index 307240b98966eaf09b7f6e80dda841c46b0976aa..79e8067d10d3948e737eb793b13c69b5cf129fa4 100644
|
| --- a/pkg/compiler/lib/src/resolution/members.dart
|
| +++ b/pkg/compiler/lib/src/resolution/members.dart
|
| @@ -16,6 +16,7 @@ import '../constants/expressions.dart';
|
| import '../constants/values.dart';
|
| import '../common_elements.dart';
|
| import '../elements/elements.dart';
|
| +import '../elements/entities.dart' show AsyncMarker;
|
| import '../elements/modelx.dart'
|
| show
|
| ConstructorElementX,
|
|
|