| Index: pkg/analyzer/lib/src/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
|
| index 1d3ebfac48b66f1b1c03958fbecaa6674b3d5817..3b1e1a36a3af4e2240d2f4b9afe42f2b28f44bee 100644
|
| --- a/pkg/analyzer/lib/src/task/dart.dart
|
| +++ b/pkg/analyzer/lib/src/task/dart.dart
|
| @@ -80,7 +80,7 @@ final ListResultDescriptor<AnalysisError> BUILD_LIBRARY_ERRORS =
|
| * A list of the [ConstantEvaluationTarget]s defined in a unit. This includes
|
| * constants defined at top level, statically inside classes, and local to
|
| * functions, as well as constant constructors, annotations, and default values
|
| - * of parameters to constant constructors.
|
| + * of parameters.
|
| *
|
| * The result is only available for [LibrarySpecificUnit]s.
|
| */
|
|
|