| Index: pkg/analysis_server/lib/src/services/correction/util.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/util.dart b/pkg/analysis_server/lib/src/services/correction/util.dart
|
| index 1e9579b8c1771bb77998798498f2a3f8ea1ba417..a14fb8ab759345dbf5210d2cd7cb27bbff3b34ea 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/util.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/util.dart
|
| @@ -946,7 +946,7 @@ class CorrectionUtils {
|
| return source;
|
| }
|
| // check if imported
|
| - {
|
| + if (element.library != _library) {
|
| ImportElement importElement = _getImportElement(element);
|
| if (importElement != null) {
|
| if (importElement.prefix != null) {
|
|
|