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

Unified Diff: pkg/compiler/lib/src/constants/constant_system.dart

Issue 2827283002: Implement subtype relation for kernel based elements. (Closed)
Patch Set: Remove @override annotations Created 3 years, 8 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/constants/constant_system.dart
diff --git a/pkg/compiler/lib/src/constants/constant_system.dart b/pkg/compiler/lib/src/constants/constant_system.dart
index 3b416b1beec1a43f75f6b1dcbe1a145f05565204..c7618174c734390581b8b144f34fd8fe8db95d9b 100644
--- a/pkg/compiler/lib/src/constants/constant_system.dart
+++ b/pkg/compiler/lib/src/constants/constant_system.dart
@@ -5,7 +5,6 @@
library dart2js.constant_system;
import '../common_elements.dart' show CommonElements;
-import '../elements/resolution_types.dart' show DartTypes;
import '../elements/types.dart';
import '../resolution/operators.dart';
import '../tree/dartstring.dart' show DartString;

Powered by Google App Engine
This is Rietveld 408576698