Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: pkg/compiler/lib/src/resolution/send_resolver.dart

Issue 1394063004: Use common.dart to re-export commonly used entities. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « pkg/compiler/lib/src/resolution/semantic_visitor.dart ('k') | pkg/compiler/lib/src/resolution/send_structure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698