New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / generic_primitive_option_return.php
blob6d1069b86aa513fc75de31e37a9bb739ebdfd3f2
1 <?hh // partial
3 function f<T as int>(T $x): ?int {
4 return $x;