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

Unified Diff: pkg/compiler/lib/src/parser/element_listener.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
« no previous file with comments | « pkg/compiler/lib/src/native/scanner.dart ('k') | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/parser/element_listener.dart
diff --git a/pkg/compiler/lib/src/parser/element_listener.dart b/pkg/compiler/lib/src/parser/element_listener.dart
index f7d9b410ed9e2ab0a178c441dfc95228a88807c2..8c4265e526d6bb41fc65e6911b7be2933dc45933 100644
--- a/pkg/compiler/lib/src/parser/element_listener.dart
+++ b/pkg/compiler/lib/src/parser/element_listener.dart
@@ -865,7 +865,7 @@ class ElementListener extends Listener {
}
@override
- void endLiteralString(int count) {
+ void endLiteralString(int count, Token endToken) {
StringQuoting quoting = popQuoting();
Link<StringInterpolationPart> parts = const Link<StringInterpolationPart>();
« no previous file with comments | « pkg/compiler/lib/src/native/scanner.dart ('k') | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698