| 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 64ed3f89eeb359de63066fae1f20c25bb9b9ffa7..82be6ee07d3acdbae090406f94b3014d46de8b25 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,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.contributor.dart.local_ref;
|
| +library services.completion.contributor.dart.label;
|
|
|
| import 'dart:async';
|
|
|
|
|