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 ab27bf0c020c0d37f65b5866923641689028ae4b..db4e79f1ab07d917a7b5780ba4f426ff703a2030 100644 |
--- a/pkg/compiler/lib/src/elements/elements.dart |
+++ b/pkg/compiler/lib/src/elements/elements.dart |
@@ -1208,6 +1208,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. |