Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1769)

Unified Diff: pkg/analysis_services/lib/src/generated/proposal.dart

Issue 263213007: New analysis_server snapshot and completion.dart in analysis_services. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « pkg/analysis_services/lib/src/generated/completion.dart ('k') | pkg/analysis_services/lib/src/generated/stubs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698