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

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

Issue 1286143003: Move diagnostic_listener.dart and messages.dart to the diagnostics folder (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/resolution.dart
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
index ae36c3fe69c6e7be04c8726ca87399b507113967..73efaf40a4b46ac0202338c2fb2842f7a9fba676 100644
--- a/pkg/compiler/lib/src/resolution/resolution.dart
+++ b/pkg/compiler/lib/src/resolution/resolution.dart
@@ -25,6 +25,7 @@ import '../dart_backend/dart_backend.dart' show DartBackend;
import '../dart_types.dart';
import '../diagnostics/invariant.dart' show
invariant;
+import '../diagnostics/messages.dart' show MessageKind;
import '../diagnostics/spannable.dart' show
Spannable;
import '../enqueue.dart' show
@@ -63,7 +64,6 @@ import '../elements/modelx.dart' show
TypedefElementX,
VariableElementX,
VariableList;
-import '../messages.dart' show MessageKind;
import '../ordered_typeset.dart' show OrderedTypeSet, OrderedTypeSetBuilder;
import '../types/types.dart' show TypeMask;
import '../util/util.dart';
« no previous file with comments | « pkg/compiler/lib/src/resolution/class_members.dart ('k') | pkg/compiler/lib/src/resolution/semantic_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698