| Index: pkg/analysis_services/lib/src/generated/proposal.dart
|
| diff --git a/pkg/analysis_services/lib/src/generated/proposal.dart b/pkg/analysis_services/lib/src/generated/proposal.dart
|
| index ef3d9d8778d24677b67f902740df811fdef57eab..4e7f8424c6a938003592a232fa422b70823b2bf0 100644
|
| --- a/pkg/analysis_services/lib/src/generated/proposal.dart
|
| +++ b/pkg/analysis_services/lib/src/generated/proposal.dart
|
| @@ -228,6 +228,11 @@ class CorrectionKind extends Enum<CorrectionKind> {
|
| * Proposal for some change.
|
| */
|
| class CorrectionProposal {
|
| + /**
|
| + * An empty array of [CorrectionProposal]s.
|
| + */
|
| + static List<CorrectionProposal> EMPTY_ARRAY = new List<CorrectionProposal>(0);
|
| +
|
| final CorrectionKind kind;
|
|
|
| String _name;
|
|
|