| Index: pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart
|
| index f4486966ecfd4be4765d8ab2f34c98127626150a..5bde1b3e7a67c0cf5677b694ef946463805da851 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart
|
| @@ -2,12 +2,8 @@
|
| // 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.label;
|
| -
|
| import 'dart:async';
|
|
|
| -import 'package:analysis_server/protocol/protocol_generated.dart' as protocol
|
| - show ElementKind;
|
| import 'package:analysis_server/src/protocol_server.dart'
|
| show CompletionSuggestion, CompletionSuggestionKind;
|
| import 'package:analysis_server/src/provisional/completion/dart/completion_dart.dart';
|
| @@ -18,6 +14,8 @@ import 'package:analysis_server/src/services/completion/dart/local_declaration_v
|
| import 'package:analysis_server/src/services/completion/dart/optype.dart';
|
| import 'package:analysis_server/src/services/completion/dart/utilities.dart';
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart' as protocol
|
| + show ElementKind;
|
|
|
| /**
|
| * A contributor for calculating label suggestions.
|
|
|