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

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

Issue 2739213004: Improve detection of compile-time errors. (Closed)
Patch Set: dartfmt Created 3 years, 9 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/front_end/lib/src/fasta/builder/library_builder.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/analyzer/analyzer_compile.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart b/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
index dd90575a369a1801556f75eb328cb3ca21c7efe4..486493f41050a4d6fb37957466d4d67becfa3505 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
@@ -14,7 +14,7 @@ import '../compiler_context.dart' show CompilerContext;
import '../ticker.dart' show Ticker;
-import '../outline.dart' show CompileTask;
+import '../fasta.dart' show CompileTask;
import '../errors.dart' show InputError;
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/library_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698