| Index: sdk/lib/_internal/compiler/implementation/types/inferrer_visitor.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/inferrer_visitor.dart (revision 27593)
|
| +++ sdk/lib/_internal/compiler/implementation/types/inferrer_visitor.dart (working copy)
|
| @@ -975,7 +975,7 @@
|
| T visitThrow(Throw node) {
|
| node.visitChildren(this);
|
| locals.seenReturnOrThrow = true;
|
| - return types.dynamicType;
|
| + return types.nonNullEmpty();
|
| }
|
|
|
| T visitCatchBlock(CatchBlock node) {
|
|
|