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