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

Unified Diff: pkg/front_end/lib/src/fasta/compile_platform.dart

Issue 2709943005: Canonicalize mixin applications by their name (Closed)
Patch Set: Created 3 years, 10 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/front_end/lib/src/fasta/compile_platform.dart
diff --git a/pkg/front_end/lib/src/fasta/compile_platform.dart b/pkg/front_end/lib/src/fasta/compile_platform.dart
index 437493a68d8a8ce8b9a33ea318d4669b72971466..fe4d3a08f1241812749baf3d4e4f63dec9db5736 100644
--- a/pkg/front_end/lib/src/fasta/compile_platform.dart
+++ b/pkg/front_end/lib/src/fasta/compile_platform.dart
@@ -28,9 +28,6 @@ import 'errors.dart' show
import 'kernel/kernel_target.dart' show
KernelTarget;
-import 'package:kernel/ast.dart' show
- Program;
-
import 'dill/dill_target.dart' show
DillTarget;

Powered by Google App Engine
This is Rietveld 408576698