| Index: pkg/compiler/lib/src/resolution/send_resolver.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/send_resolver.dart b/pkg/compiler/lib/src/resolution/send_resolver.dart
|
| index 93297f6fd574e119803aac64bd88f762c43579cd..479dca04b1ee6cbd4b7525d3691d663ba1e79511 100644
|
| --- a/pkg/compiler/lib/src/resolution/send_resolver.dart
|
| +++ b/pkg/compiler/lib/src/resolution/send_resolver.dart
|
| @@ -4,13 +4,9 @@
|
|
|
| library dart2js.semantics_visitor.resolver;
|
|
|
| +import '../common.dart';
|
| import '../constants/expressions.dart';
|
| import '../dart_types.dart';
|
| -import '../diagnostics/messages.dart' show
|
| - MessageKind;
|
| -import '../diagnostics/spannable.dart' show
|
| - Spannable,
|
| - SpannableAssertionFailure;
|
| import '../elements/elements.dart';
|
| import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show
|
|
|