| Index: pkg/compiler/lib/src/resolution/typedefs.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/typedefs.dart b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| index 1c52c933b7a53edbc20220978bbb718994da29b5..6a3b17522b3700a0550ca6ffdb0266106b201bcd 100644
|
| --- a/pkg/compiler/lib/src/resolution/typedefs.dart
|
| +++ b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| @@ -37,6 +37,7 @@ class TypedefResolverVisitor extends TypeDefinitionVisitor {
|
| node.returnType,
|
| element,
|
| registry,
|
| + isNewSyntax: node.isNewSyntax,
|
| defaultValuesError: MessageKind.TYPEDEF_FORMAL_WITH_DEFAULT);
|
| element.functionSignature = signature;
|
|
|
|
|