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

Unified Diff: lib/kernel_visitor.dart

Issue 2117513002: More extensive error handling for 'unresolved' cases. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Merge and update test expectations Created 4 years, 6 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 | « lib/kernel.dart ('k') | lib/unresolved.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/kernel_visitor.dart
diff --git a/lib/kernel_visitor.dart b/lib/kernel_visitor.dart
index e2093c6ca08cca38f973ae52025b9b493b691078..7df0e67180c744b894fbe719a65573e795a31d7b 100644
--- a/lib/kernel_visitor.dart
+++ b/lib/kernel_visitor.dart
@@ -6,7 +6,7 @@ library rasta.kernel_visitor;
import 'package:kernel/ast.dart' as ir;
-import 'package:kernel/accessors.dart' show
+import 'package:kernel/frontend/accessors.dart' show
Accessor,
IndexAccessor,
NullAwarePropertyAccessor,
« no previous file with comments | « lib/kernel.dart ('k') | lib/unresolved.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698