Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / new_generic_bad.php
blob60b352c965fbc6a7b337d984ed11fb4b51593792
1 <?hh
3 class T<T> {
4 public static function f() {
5 return new T();