| Index: pkg/analysis_server/lib/src/provisional/completion/dart/completion_plugin.dart
|
| diff --git a/pkg/analysis_server/lib/src/provisional/completion/dart/completion_plugin.dart b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_plugin.dart
|
| index 805d8377ffbfb8094748db13ea9f806a6ee28b83..f36dd7207c77052a5cd879235bf549a1bd613406 100644
|
| --- a/pkg/analysis_server/lib/src/provisional/completion/dart/completion_plugin.dart
|
| +++ b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_plugin.dart
|
| @@ -99,6 +99,10 @@ class DartCompletionPlugin implements Plugin {
|
| () => new LocalReferenceContributor());
|
| registerExtension(DART_COMPLETION_CONTRIBUTOR_EXTENSION_POINT_ID,
|
| () => new NamedConstructorContributor());
|
| + // Revisit this contributor and these tests
|
| + // once DartChangeBuilder API has solidified.
|
| + // registerExtension(DART_COMPLETION_CONTRIBUTOR_EXTENSION_POINT_ID,
|
| + // () => new OverrideContributor());
|
| registerExtension(DART_COMPLETION_CONTRIBUTOR_EXTENSION_POINT_ID,
|
| () => new StaticMemberContributor());
|
| registerExtension(DART_COMPLETION_CONTRIBUTOR_EXTENSION_POINT_ID,
|
|
|