New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / pending_if10.php
blob1562ddf816d495e5041708aec18de97f5620a053
1 <?hh // strict
3 function test(bool $b, bool $c): void {
4 if ($b) {
5 if ($c) {
7 echo $x;
8 $x = 1;
9 } else {
10 $x = 2;