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

Unified Diff: pkg/compiler/lib/src/native/enqueue.dart

Issue 2738313002: rename fasta.Token.value --> lexeme (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
Index: pkg/compiler/lib/src/native/enqueue.dart
diff --git a/pkg/compiler/lib/src/native/enqueue.dart b/pkg/compiler/lib/src/native/enqueue.dart
index 48f8d1ae5c260a3796c9d10e05b06e1ceff5fad6..ee3c78485aae037ade54fd18cf4ac091049f2a19 100644
--- a/pkg/compiler/lib/src/native/enqueue.dart
+++ b/pkg/compiler/lib/src/native/enqueue.dart
@@ -241,7 +241,7 @@ abstract class NativeEnqueuerBase implements NativeEnqueuer {
id = token;
}
// Should be at '{', 'with', 'implements', '<' or 'native'.
- return id.value;
+ return id.lexeme;
}
return reporter.withCurrentElement(classElement, () {

Powered by Google App Engine
This is Rietveld 408576698