| Index: pkg/analysis_server/lib/src/services/completion/optype.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/optype.dart b/pkg/analysis_server/lib/src/services/completion/optype.dart
|
| index 797d5a4bf7e735dd48ec8e9334b136e53b912746..4755379c60f84443832418338667a06f32e3c779 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/optype.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/optype.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.optype;
|
| +library services.completion.dart.optype;
|
|
|
| import 'package:analysis_server/src/services/completion/completion_target.dart';
|
| import 'package:analyzer/src/generated/ast.dart';
|
|
|