Chromium Code Reviews| 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); |