| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index 883d44ae0831605ddc10046277b1681d1826015d..e5c38f817e0539c4a3e3c0a679ab1e63bef86892 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -1209,6 +1209,9 @@ abstract class FormalElement extends Element
|
| FunctionTypedElement get functionDeclaration;
|
|
|
| VariableDefinitions get node;
|
| +
|
| + /// Whether the parameter is unnamed in a function type.
|
| + bool get isUnnamed;
|
| }
|
|
|
| /// A formal parameter of a function or constructor.
|
|
|