| Index: sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/typechecker.dart b/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| index f6cd424e2af928727cd9d8ba96553e0319167cfe..d4889b665be47ea93784441fcdebf05d88d6cb66 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| @@ -796,7 +796,7 @@ class TypeCheckerVisitor implements Visitor<DartType> {
|
| if (node.isRedirectingFactoryBody) {
|
| // TODO(lrn): Typecheck the body. It must refer to the constructor
|
| // of a subtype.
|
| - return elements.getType(node);
|
| + return StatementType.RETURNING;
|
| }
|
|
|
| final expression = node.expression;
|
|
|