| Index: dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 5a7d9897485900902f33b5b740a50789bc5cfc93..d226ec81cd2b2e070bec5e30945e95340d6d156f 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -1132,6 +1132,8 @@ abstract class FunctionElement extends Element
|
| /// This method will go away!
|
| // TODO(johnniwinther): Rename to `ensureFunctionSignature`.
|
| @deprecated FunctionSignature computeSignature(Compiler compiler);
|
| +
|
| + bool get hasFunctionSignature;
|
| }
|
|
|
| /// A top level, static or instance function.
|
|
|