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

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

Issue 2743633003: [fasta] Add and correct more offsets (Closed)
Patch Set: Fix long line 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
Index: pkg/front_end/lib/src/fasta/parser/listener.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
index 1f04b6941219b29849474166ad3118a3b5a54739..f4967b36acefeccc8dee4218fb4529940c2a9466 100644
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
@@ -475,7 +475,7 @@ class Listener {
void beginLiteralString(Token token) {}
- void endLiteralString(int interpolationCount) {
+ void endLiteralString(int interpolationCount, Token endToken) {
logEvent("LiteralString");
}

Powered by Google App Engine
This is Rietveld 408576698