Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / covariance6.php
bloba187f95eed83169cbc5dec001f881296a99ea169
1 <?hh
3 class X<-T> {
4 public ?T $x;