| Index: pkg/analysis_server/lib/src/services/completion/dart/inherited_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/inherited_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/inherited_contributor.dart
|
| index e2f010eb6c231e4f4baf9ce969c3b0bff9710355..ea863699d0d0c5062baac78067e7bd87bb83d449 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/inherited_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/inherited_contributor.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.computer.dart.invocation;
|
| +library services.completion.dart.invocation;
|
|
|
| import 'dart:async';
|
|
|
|
|