Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / primitive_type_arguments_mixed.php
blob07cee7b8e0d4e36f4a01e63cce8f6f041ca0395e
1 <?hh
3 function f(mixed<int> $s): void {}