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

Unified Diff: pkg/analyzer/lib/src/summary/fasta/stack_listener.dart

Issue 2742403002: fix fasta summary builder (Closed)
Patch Set: 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 | « no previous file | pkg/analyzer/lib/src/summary/fasta/summary_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/fasta/stack_listener.dart
diff --git a/pkg/analyzer/lib/src/summary/fasta/stack_listener.dart b/pkg/analyzer/lib/src/summary/fasta/stack_listener.dart
index d16b282b19f9cc3ad332633b107dbecf42f45c3f..2f477bb1464a260c4d3173037a6774804c1ba68d 100644
--- a/pkg/analyzer/lib/src/summary/fasta/stack_listener.dart
+++ b/pkg/analyzer/lib/src/summary/fasta/stack_listener.dart
@@ -55,7 +55,7 @@ abstract class StackListener extends Listener {
void handleIdentifier(Token token, IdentifierContext context) {
debugEvent("handleIdentifier");
- push(token.value);
+ push(token.lexeme);
}
void handleNoArguments(Token token) {
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/fasta/summary_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698