Index: pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart.strong.expect b/pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart.strong.expect |
index 77fc153a3c88a26993d0e1197d46f707305bd2a5..8e7c6a9ca1bb239499dd842258ae3a60873e4f6a 100644 |
--- a/pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart.strong.expect |
@@ -7,7 +7,7 @@ static method main() → dynamic { |
if(n is core::int) { |
core::num i = n; |
} |
- () → dynamic { |
+ () → core::Null { |
n = null; |
}; |
} |