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

Unified Diff: pkg/compiler/lib/src/compile_time_constants.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
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/compile_time_constants.dart
diff --git a/pkg/compiler/lib/src/compile_time_constants.dart b/pkg/compiler/lib/src/compile_time_constants.dart
index f0fa7a9d5b637a9c886293d1c6f30ce193e2a2ac..073835f88a7f9fe5b9b75d3de10b7015711f558e 100644
--- a/pkg/compiler/lib/src/compile_time_constants.dart
+++ b/pkg/compiler/lib/src/compile_time_constants.dart
@@ -16,16 +16,20 @@ import 'constants/values.dart';
import 'dart_types.dart';
import 'diagnostics/invariant.dart' show
invariant;
+import 'diagnostics/messages.dart' show
+ MessageKind;
import 'enqueue.dart' show
WorldImpact;
import 'elements/elements.dart';
-import 'elements/modelx.dart' show FunctionElementX;
-import 'messages.dart' show MessageKind;
+import 'elements/modelx.dart' show
+ FunctionElementX;
import 'resolution/resolution.dart';
import 'resolution/operators.dart';
import 'tree/tree.dart';
-import 'util/util.dart' show Link;
-import 'universe/universe.dart' show CallStructure;
+import 'util/util.dart' show
+ Link;
+import 'universe/universe.dart' show
+ CallStructure;
/// A [ConstantEnvironment] provides access for constants compiled for variable
/// initializers.
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698