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

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

Issue 2743633003: [fasta] Add and correct more offsets (Closed)
Patch Set: variable.name might be null 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/parser.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/parser.dart b/pkg/front_end/lib/src/fasta/parser/parser.dart
index d685aa4e13e00f7f966a4321840153d5e0e9a38d..e301d0dd1ae31c9f13c83363e64c8028e7815263 100644
--- a/pkg/front_end/lib/src/fasta/parser/parser.dart
+++ b/pkg/front_end/lib/src/fasta/parser/parser.dart
@@ -3012,7 +3012,7 @@ class Parser {
token = parseStringPart(token);
kind = token.kind;
}
- listener.endLiteralString(interpolationCount);
+ listener.endLiteralString(interpolationCount, token);
return token;
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/listener.dart ('k') | pkg/front_end/lib/src/fasta/source/diet_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698