| 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 accbe7d853a980e22e10b699087d447694e8917d..63fc788f817283cd46b81ed89cd4fdcb92d1a299 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
|
| @@ -10,7 +10,6 @@ import 'package:analysis_server/src/provisional/completion/dart/completion_dart.
|
| import 'package:analysis_server/src/services/completion/dart/completion_manager.dart';
|
| import 'package:analysis_server/src/services/completion/dart/local_library_contributor.dart';
|
| import 'package:analysis_server/src/services/completion/dart/optype.dart';
|
| -import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/dart/element/element.dart';
|
| import 'package:analyzer/src/generated/resolver.dart';
|
|
|
|
|