| Index: pkg/analysis_server/lib/src/services/correction/namespace.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/namespace.dart b/pkg/analysis_server/lib/src/services/correction/namespace.dart
|
| index 899fae05205e8c8401d123d5103aa10a87ed6dad..305052ad3ef8bffa1d681804ead586b0b24dc691 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/namespace.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/namespace.dart
|
| @@ -152,7 +152,7 @@ ImportElementInfo internal_getImportElementInfo(SimpleIdentifier prefixNode) {
|
| MethodInvocation invocation = parent;
|
| if (invocation.target == prefixNode) {
|
| usedElement = invocation.methodName.staticElement;
|
| - info.periodEnd = invocation.period.end;
|
| + info.periodEnd = invocation.operator.end;
|
| }
|
| }
|
| // we need used Element
|
|
|