| Index: pkg/analysis_server/test/analysis/notification_outline_test.dart
|
| diff --git a/pkg/analysis_server/test/analysis/notification_outline_test.dart b/pkg/analysis_server/test/analysis/notification_outline_test.dart
|
| index 23567cbe9e828f33383bd6f2faf959d8b77ad3be..225950d7a1b6f4e500fcdb794bcea883fabaa114 100644
|
| --- a/pkg/analysis_server/test/analysis/notification_outline_test.dart
|
| +++ b/pkg/analysis_server/test/analysis/notification_outline_test.dart
|
| @@ -738,8 +738,8 @@ set propB(int v) {}
|
| expect(element.name, "propA");
|
| {
|
| Location location = element.location;
|
| - expect(element.location.offset, testCode.indexOf("propA => null;"));
|
| - expect(element.location.length, "propA".length);
|
| + expect(location.offset, testCode.indexOf("propA => null;"));
|
| + expect(location.length, "propA".length);
|
| }
|
| expect(element.parameters, "");
|
| expect(element.returnType, "String");
|
|
|