Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / null_coalesce.php
blob181fc342a52abd88f498b96eac86b07322f3f51a
1 <?hh // strict
3 function f(?int $x): int {
4 return $x ?? 0;