| Index: pkg/analysis_server/lib/src/services/completion/dart/named_constructor_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/named_constructor_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/named_constructor_contributor.dart
|
| index 9f6614dcb2f78cff5417fe07b9bc9b2fa9747781..0271ab7246c11355b7cf19a3167c28ff3e934232 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/named_constructor_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/named_constructor_contributor.dart
|
| @@ -2,17 +2,15 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library services.completion.contributor.dart.named_constructor;
|
| -
|
| import 'dart:async';
|
|
|
| -import 'package:analysis_server/protocol/protocol_generated.dart' hide Element;
|
| import 'package:analysis_server/src/ide_options.dart';
|
| import 'package:analysis_server/src/provisional/completion/dart/completion_dart.dart';
|
| import 'package:analysis_server/src/services/completion/dart/suggestion_builder.dart';
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/dart/element/element.dart';
|
| import 'package:analyzer/dart/element/type.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart' hide Element;
|
|
|
| /**
|
| * A contributor for calculating named constructor suggestions
|
|
|