Check type well formedness for top level function where constraints
[hiphop-php.git] / hphp / hack / test / typecheck / well_formed_where_constraints_on_functions.php
blob8e45b634d3355479052dd1e60618490adc9217b7
1 <?hh
3 class G<T as arraykey> {}
5 function on_g<T>(T $_): void where T = G<null> {}