| Index: pkg/compiler/lib/src/io/source_information.dart
|
| diff --git a/pkg/compiler/lib/src/io/source_information.dart b/pkg/compiler/lib/src/io/source_information.dart
|
| index 3c4ea20ea84bd410a6d50cdec7260ac6c24dbbef..09d1ca9304bd557672902719a84183d6de507a5e 100644
|
| --- a/pkg/compiler/lib/src/io/source_information.dart
|
| +++ b/pkg/compiler/lib/src/io/source_information.dart
|
| @@ -61,6 +61,10 @@ class SourceInformationBuilder {
|
| @deprecated
|
| SourceInformation buildGeneric(Node node) => null;
|
|
|
| + /// Generate [SourceInformation] for an instantiation of a class using [node]
|
| + /// for the source position.
|
| + SourceInformation buildCreate(Node node) => null;
|
| +
|
| /// Generate [SourceInformation] for the return [node].
|
| SourceInformation buildReturn(Node node) => null;
|
|
|
|
|