| Index: lib/src/codegen/reify_coercions.dart
|
| diff --git a/lib/src/codegen/reify_coercions.dart b/lib/src/codegen/reify_coercions.dart
|
| index ce20aeceab08fc439a4af90cef99087ee2bdbd69..d3b3725b051970dcb556851030137793a54564e9 100644
|
| --- a/lib/src/codegen/reify_coercions.dart
|
| +++ b/lib/src/codegen/reify_coercions.dart
|
| @@ -129,7 +129,7 @@ class UnitCoercionReifier extends analyzer.GeneralizingAstVisitor<Object>
|
| if (node is ClosureWrap) return "Wrap";
|
| if (node is DynamicCast) return "DynamicCast";
|
| if (node is AssignmentCast) return "AssignmentCast";
|
| - if (node is InferableClosure) return "InferableClosure";
|
| + if (node is UninferredClosure) return "InferableClosure";
|
| if (node is DownCastComposite) return "CompositeCast";
|
| if (node is DownCastImplicit) return "ImplicitCast";
|
| assert(false);
|
|
|