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

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

Issue 2725973004: Correctly recover from incorrect imports, etc. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/outline_builder.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/source/stack_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/source/stack_listener.dart b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
index 3adccbff4b3afe8cfeb7ea167870a2f6c94916be..97938777fc551813e5f56bac370aa3e2fe41f285 100644
--- a/pkg/front_end/lib/src/fasta/source/stack_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
@@ -219,6 +219,11 @@ abstract class StackListener extends Listener {
}
@override
+ void handleRecoverExpression(Token token) {
+ debugEvent("RecoverExpression");
+ }
+
+ @override
void endCatchClause(Token token) {
debugEvent("CatchClause");
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/outline_builder.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698