| Index: pkg/analysis_server/lib/src/services/completion/dart/imported_reference_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/imported_reference_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/imported_reference_contributor.dart
|
| index 46514910e3633f3e91134c24bb54d7482e24554b..f169ccfab6ef719f586fe46fccd0c8674f2f978f 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/imported_reference_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/imported_reference_contributor.dart
|
| @@ -14,8 +14,7 @@ import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/dart/element/element.dart';
|
| import 'package:analyzer/src/generated/resolver.dart';
|
|
|
| -import '../../../protocol_server.dart'
|
| - show CompletionSuggestion, CompletionSuggestionKind;
|
| +import '../../../protocol_server.dart' show CompletionSuggestion;
|
|
|
| List<String> hiddenNamesIn(ImportElement importElem) {
|
| for (NamespaceCombinator combinator in importElem.combinators) {
|
|
|