| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index b08b74d55fb14d1bd4a5acd098bb74facc5a3845..bbab77bc2c34c78880d69e271a0028b16336bcb3 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -1134,6 +1134,9 @@ abstract class FunctionElement extends Element
|
| @deprecated FunctionSignature computeSignature(Compiler compiler);
|
|
|
| bool get hasFunctionSignature;
|
| +
|
| + /// The type of this function.
|
| + FunctionType get type;
|
| }
|
|
|
| /// A top level, static or instance function.
|
|
|