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

Unified Diff: pkg/analyzer/lib/src/dart/constant/value.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/analyzer/lib/src/dart/constant/value.dart
diff --git a/pkg/analyzer/lib/src/dart/constant/value.dart b/pkg/analyzer/lib/src/dart/constant/value.dart
index a927df61a25e54153166a5a6ec2f78c9bf38275f..7e794d907318b48b52c64259867326b0b87d4ab9 100644
--- a/pkg/analyzer/lib/src/dart/constant/value.dart
+++ b/pkg/analyzer/lib/src/dart/constant/value.dart
@@ -2767,7 +2767,7 @@ class TypeState extends InstanceState {
final DartType _type;
/**
- * Initialize a newly created state to represent the given [value].
+ * Initialize a newly created state to represent the given [lexeme].
ahe 2017/03/10 07:26:10 And this file?
danrubel 2017/03/11 22:10:37 Reverted.
*/
TypeState(this._type);

Powered by Google App Engine
This is Rietveld 408576698