| Index: pkg/analyzer/lib/src/generated/constant.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/constant.dart b/pkg/analyzer/lib/src/generated/constant.dart
|
| index 572caab8e0fff2200e8ff794b35ed9de9155d7d0..742f64dfb1cd303cb5296efc6fe5645fcb86d079 100644
|
| --- a/pkg/analyzer/lib/src/generated/constant.dart
|
| +++ b/pkg/analyzer/lib/src/generated/constant.dart
|
| @@ -3526,9 +3526,7 @@ class EvaluationResultImpl {
|
| }
|
|
|
| @deprecated // Use new EvaluationResultImpl(value, errors)
|
| - EvaluationResultImpl.con2(this.value, List<AnalysisError> errors) {
|
| - this._errors = errors;
|
| - }
|
| + EvaluationResultImpl.con2(this.value, List<AnalysisError> this._errors);
|
|
|
| List<AnalysisError> get errors => _errors;
|
|
|
|
|