Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / noreturn_usage_2.php.exp
blob36751f815da6ebf881dadf5cf85ffb1227c8c73c
1 File "noreturn_usage_2.php", line 8, characters 7-9:
2 You are using the return value of a noreturn function (Typing[4133])
3 File "noreturn_usage_2.php", line 3, characters 15-22:
4 A noreturn function always throws or exits