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

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

Issue 2838983002: Fix a pair of issues in the Dart code for the front end. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | pkg/kernel/lib/binary/ast_to_binary.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/fasta.dart
diff --git a/pkg/front_end/lib/src/fasta/fasta.dart b/pkg/front_end/lib/src/fasta/fasta.dart
index 66b7ff8bb41bf811e32aa750ae52323f027ee35e..a09e53d53f10734e7fa875548ef42900081c97c3 100644
--- a/pkg/front_end/lib/src/fasta/fasta.dart
+++ b/pkg/front_end/lib/src/fasta/fasta.dart
@@ -13,7 +13,7 @@ import 'dart:io' show BytesBuilder, Directory, File, exitCode;
import 'package:kernel/binary/ast_to_binary.dart'
show LibraryFilteringBinaryPrinter;
-import 'package:kernel/kernel.dart' show Program;
+import 'package:kernel/kernel.dart' show Program, Library;
import 'package:kernel/target/targets.dart' show Target, TargetFlags, getTarget;
« no previous file with comments | « no previous file | pkg/kernel/lib/binary/ast_to_binary.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698