| Index: lib/src/codegen/reify_coercions.dart
|
| diff --git a/lib/src/codegen/reify_coercions.dart b/lib/src/codegen/reify_coercions.dart
|
| index cff462edc4d8d0b5a95e7d2f1b521aac52e8ca3c..f9fac5deb106a316c40e2e963910d0911da7063b 100644
|
| --- a/lib/src/codegen/reify_coercions.dart
|
| +++ b/lib/src/codegen/reify_coercions.dart
|
| @@ -748,6 +748,7 @@ class TypeManager {
|
| // The name of the typedef (unresolved at this point)
|
| // TODO(leafp): better naming.
|
| SimpleIdentifier t = freshTypeDefVariable("CastType");
|
| +
|
| // The element for the new typedef
|
| var element = new FunctionTypeAliasElementImpl(t.name, 0);
|
|
|
|
|