| Index: pkg/compiler/lib/src/io/start_end_information.dart
|
| diff --git a/pkg/compiler/lib/src/io/start_end_information.dart b/pkg/compiler/lib/src/io/start_end_information.dart
|
| index b76a2176571ae840528ef4ac5dfced0f776c209d..4547fca54bf5148b4602d4b9343bd68f9f26aae1 100644
|
| --- a/pkg/compiler/lib/src/io/start_end_information.dart
|
| +++ b/pkg/compiler/lib/src/io/start_end_information.dart
|
| @@ -203,9 +203,10 @@ class StartEndSourceInformationBuilder extends SourceInformationBuilder {
|
| }
|
|
|
| @override
|
| - SourceInformation buildReturn(Node node) {
|
| - return buildGeneric(node);
|
| - }
|
| + SourceInformation buildCreate(Node node) => buildGeneric(node);
|
| +
|
| + @override
|
| + SourceInformation buildReturn(Node node) => buildGeneric(node);
|
|
|
| @override
|
| SourceInformation buildGet(Node node) => buildGeneric(node);
|
|
|