| Index: dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart b/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| index d9c27fff02b9fcffd8d242764a2d94f4c48587fd..6ba70f0676f526d2dfea4d7518077e01f74b2d71 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| +++ b/dart/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;
|
|
|