Chromium Code Reviews| Index: pkg/analyzer/lib/task/model.dart |
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart |
| index 9d1f6ba1c184b6262fa6d16e2b54f912d3a6804e..3f1a49bef6fb829fee1ef6bae512d058f0e6029c 100644 |
| --- a/pkg/analyzer/lib/task/model.dart |
| +++ b/pkg/analyzer/lib/task/model.dart |
| @@ -654,7 +654,7 @@ abstract class TaskInputBuilder<V> { |
| bool get flushOnAccess; |
| /** |
| - * Return the [value] that was computed by this builder. |
| + * Return the [lexeme] that was computed by this builder. |
|
ahe
2017/03/10 07:26:11
And this?
danrubel
2017/03/11 22:10:37
Reverted.
|
| * |
| * Throws a [StateError] if [moveNext] has not been invoked or if the last |
| * invocation of [moveNext] returned `true`. |