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

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

Issue 2898183002: Prepare for development branch by updating externally-used API. (Closed)
Patch Set: Minor tweaks found during testing. Created 3 years, 7 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/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 e35f1414648748af5a528d18f33f91e200b20008..c133b207ab13676aa3108f8596bc63df7bffbfff 100644
--- a/pkg/front_end/lib/src/fasta/source/stack_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
@@ -247,6 +247,8 @@ abstract class StackListener extends Listener {
super.handleRecoverableError(token, message);
}
+ void addCompileTimeErrorFromMessage(FastaMessage message);
+
@override
Token handleUnrecoverableError(Token token, FastaMessage message) {
throw inputError(uri, token.charOffset, message.message);

Powered by Google App Engine
This is Rietveld 408576698