Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / covariance9.php
blobe34c754945a89bfb64aab7be4611333eeacfe6ea
1 <?hh
3 interface Y<+T1, -T2> {}
5 class X<+T> {
6 public function test((function(Y<int, T>): void) $f): void {