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

Unified Diff: pkg/compiler/lib/src/resolution/constructors.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/constructors.dart
diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
index 256be2d3419f99c8432d3db5f17d342ccd54c71e..7b6808fcf4e62ec0c2cbc8d9857b1a76be2ba3a8 100644
--- a/pkg/compiler/lib/src/resolution/constructors.dart
+++ b/pkg/compiler/lib/src/resolution/constructors.dart
@@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
library dart2js.resolution.constructors;
+
+import '../common.dart';
import '../compiler.dart' show
Compiler;
import '../constants/constructors.dart' show
@@ -10,15 +12,6 @@ import '../constants/constructors.dart' show
RedirectingGenerativeConstantConstructor;
import '../constants/expressions.dart';
import '../dart_types.dart';
-import '../diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter,
- DiagnosticMessage;
-import '../diagnostics/invariant.dart' show
- invariant;
-import '../diagnostics/messages.dart' show
- MessageKind;
-import '../diagnostics/spannable.dart' show
- Spannable;
import '../elements/elements.dart';
import '../elements/modelx.dart' show
ConstructorElementX,
« no previous file with comments | « pkg/compiler/lib/src/resolution/class_members.dart ('k') | pkg/compiler/lib/src/resolution/enum_creator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698